summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4file.c')
-rw-r--r--fs/nfs/nfs4file.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/nfs/nfs4file.c b/fs/nfs/nfs4file.c
index 77efaf15ec90..9c8f09a2156f 100644
--- a/fs/nfs/nfs4file.c
+++ b/fs/nfs/nfs4file.c
@@ -31,9 +31,7 @@ nfs4_file_open(struct inode *inode, struct file *filp)
31 * -EOPENSTALE. The VFS will retry the lookup/create/open. 31 * -EOPENSTALE. The VFS will retry the lookup/create/open.
32 */ 32 */
33 33
34 dprintk("NFS: open file(%s/%s)\n", 34 dprintk("NFS: open file(%pd2)\n", dentry);
35 dentry->d_parent->d_name.name,
36 dentry->d_name.name);
37 35
38 if ((openflags & O_ACCMODE) == 3) 36 if ((openflags & O_ACCMODE) == 3)
39 openflags--; 37 openflags--;