aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-07 12:20:01 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-08-07 23:38:47 -0400
commitf66debf1b3755039680289d83fe7a92a4ad3d77d (patch)
treefc6356dda766d25bf73e5c0096058d931afd4772 /fs/orangefs/file.c
parentLinux 4.8-rc1 (diff)
downloadlinux-dev-f66debf1b3755039680289d83fe7a92a4ad3d77d.tar.xz
linux-dev-f66debf1b3755039680289d83fe7a92a4ad3d77d.zip
orangefs: use %pd/%pD
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/orangefs/file.c')
-rw-r--r--fs/orangefs/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/file.c b/fs/orangefs/file.c
index 526040e09f78..f3c5b48e0432 100644
--- a/fs/orangefs/file.c
+++ b/fs/orangefs/file.c
@@ -585,8 +585,8 @@ static int orangefs_file_mmap(struct file *file, struct vm_area_struct *vma)
static int orangefs_file_release(struct inode *inode, struct file *file)
{
gossip_debug(GOSSIP_FILE_DEBUG,
- "orangefs_file_release: called on %s\n",
- file->f_path.dentry->d_name.name);
+ "orangefs_file_release: called on %pD\n",
+ file);
orangefs_flush_inode(inode);