summaryrefslogtreecommitdiffstats
path: root/fs/nfs/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/unlink.c')
-rw-r--r--fs/nfs/unlink.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/fs/nfs/unlink.c b/fs/nfs/unlink.c
index 0c29b1bb3936..11d78944de79 100644
--- a/fs/nfs/unlink.c
+++ b/fs/nfs/unlink.c
@@ -495,9 +495,8 @@ nfs_sillyrename(struct inode *dir, struct dentry *dentry)
495 struct rpc_task *task; 495 struct rpc_task *task;
496 int error = -EBUSY; 496 int error = -EBUSY;
497 497
498 dfprintk(VFS, "NFS: silly-rename(%s/%s, ct=%d)\n", 498 dfprintk(VFS, "NFS: silly-rename(%pd2, ct=%d)\n",
499 dentry->d_parent->d_name.name, dentry->d_name.name, 499 dentry, d_count(dentry));
500 d_count(dentry));
501 nfs_inc_stats(dir, NFSIOS_SILLYRENAME); 500 nfs_inc_stats(dir, NFSIOS_SILLYRENAME);
502 501
503 /* 502 /*
@@ -521,8 +520,8 @@ nfs_sillyrename(struct inode *dir, struct dentry *dentry)
521 SILLYNAME_FILEID_LEN, fileid, 520 SILLYNAME_FILEID_LEN, fileid,
522 SILLYNAME_COUNTER_LEN, sillycounter); 521 SILLYNAME_COUNTER_LEN, sillycounter);
523 522
524 dfprintk(VFS, "NFS: trying to rename %s to %s\n", 523 dfprintk(VFS, "NFS: trying to rename %pd to %s\n",
525 dentry->d_name.name, silly); 524 dentry, silly);
526 525
527 sdentry = lookup_one_len(silly, dentry->d_parent, slen); 526 sdentry = lookup_one_len(silly, dentry->d_parent, slen);
528 /* 527 /*