diff options
author | Al Viro | 2016-10-08 16:44:55 +0200 |
---|---|---|
committer | Al Viro | 2016-10-08 16:44:55 +0200 |
commit | 73e8fb2d596d5903cde6dcced39c0b88b5770a56 (patch) | |
tree | 27c63346b888ce8f086a81ad801755bc1d4aa2d8 /fs/orangefs/file.c | |
parent | Merge branch 'work.iget' into work.misc (diff) | |
parent | parisc: use %pD (diff) | |
download | kernel-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.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); |