diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-07 12:20:01 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-07 23:38:47 -0400 |
commit | f66debf1b3755039680289d83fe7a92a4ad3d77d (patch) | |
tree | fc6356dda766d25bf73e5c0096058d931afd4772 /fs/orangefs/file.c | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | talos-obmc-linux-f66debf1b3755039680289d83fe7a92a4ad3d77d.tar.gz talos-obmc-linux-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.c | 4 |
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); |