aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/inode.c')
-rw-r--r--fs/afs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/afs/inode.c b/fs/afs/inode.c
index 294671288449..8a1d38ef0fc2 100644
--- a/fs/afs/inode.c
+++ b/fs/afs/inode.c
@@ -462,8 +462,8 @@ int afs_setattr(struct dentry *dentry, struct iattr *attr)
462 struct key *key; 462 struct key *key;
463 int ret; 463 int ret;
464 464
465 _enter("{%x:%u},{n=%s},%x", 465 _enter("{%x:%u},{n=%pd},%x",
466 vnode->fid.vid, vnode->fid.vnode, dentry->d_name.name, 466 vnode->fid.vid, vnode->fid.vnode, dentry,
467 attr->ia_valid); 467 attr->ia_valid);
468 468
469 if (!(attr->ia_valid & (ATTR_SIZE | ATTR_MODE | ATTR_UID | ATTR_GID | 469 if (!(attr->ia_valid & (ATTR_SIZE | ATTR_MODE | ATTR_UID | ATTR_GID |