OSDN Git Service

orangefs_file_mmap(): use %pD
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 Jan 2021 02:59:52 +0000 (21:59 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 7 Jan 2021 02:59:52 +0000 (21:59 -0500)
commitd67568410ae1c95004fad85ff1fe78204752f46c
tree5754225b616ef0597ba0297d3a939a17394c6ffa
parentb9e4666fc1c8f0e259c961cafca81046addb7dfe
orangefs_file_mmap(): use %pD

... and no, file can't be NULL there - it's not called that way *and*
it would've oopsed a few lines prior on such call anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/orangefs/file.c