summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/file.c
diff options
context:
space:
mode:
authorAl Viro2016-10-08 16:44:55 +0200
committerAl Viro2016-10-08 16:44:55 +0200
commit73e8fb2d596d5903cde6dcced39c0b88b5770a56 (patch)
tree27c63346b888ce8f086a81ad801755bc1d4aa2d8 /fs/orangefs/file.c
parentMerge branch 'work.iget' into work.misc (diff)
parentparisc: use %pD (diff)
downloadkernel-qcow2-linux-73e8fb2d596d5903cde6dcced39c0b88b5770a56.tar.gz
kernel-qcow2-linux-73e8fb2d596d5903cde6dcced39c0b88b5770a56.tar.xz
kernel-qcow2-linux-73e8fb2d596d5903cde6dcced39c0b88b5770a56.zip
Merge branch 'work.const-qstr' into work.misc
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);