aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r--fs/cifs/inode.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
index 7899a40465b3..8fd4ee8e07ff 100644
--- a/fs/cifs/inode.c
+++ b/fs/cifs/inode.c
@@ -1419,8 +1419,8 @@ cifs_posix_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode,
1419 d_instantiate(dentry, newinode); 1419 d_instantiate(dentry, newinode);
1420 1420
1421#ifdef CONFIG_CIFS_DEBUG2 1421#ifdef CONFIG_CIFS_DEBUG2
1422 cifs_dbg(FYI, "instantiated dentry %p %s to inode %p\n", 1422 cifs_dbg(FYI, "instantiated dentry %p %pd to inode %p\n",
1423 dentry, dentry->d_name.name, newinode); 1423 dentry, dentry, newinode);
1424 1424
1425 if (newinode->i_nlink != 2) 1425 if (newinode->i_nlink != 2)
1426 cifs_dbg(FYI, "unexpected number of links %d\n", 1426 cifs_dbg(FYI, "unexpected number of links %d\n",
@@ -2111,8 +2111,8 @@ cifs_setattr_unix(struct dentry *direntry, struct iattr *attrs)
2111 struct cifs_unix_set_info_args *args = NULL; 2111 struct cifs_unix_set_info_args *args = NULL;
2112 struct cifsFileInfo *open_file; 2112 struct cifsFileInfo *open_file;
2113 2113
2114 cifs_dbg(FYI, "setattr_unix on file %s attrs->ia_valid=0x%x\n", 2114 cifs_dbg(FYI, "setattr_unix on file %pd attrs->ia_valid=0x%x\n",
2115 direntry->d_name.name, attrs->ia_valid); 2115 direntry, attrs->ia_valid);
2116 2116
2117 xid = get_xid(); 2117 xid = get_xid();
2118 2118
@@ -2254,8 +2254,8 @@ cifs_setattr_nounix(struct dentry *direntry, struct iattr *attrs)
2254 2254
2255 xid = get_xid(); 2255 xid = get_xid();
2256 2256
2257 cifs_dbg(FYI, "setattr on file %s attrs->iavalid 0x%x\n", 2257 cifs_dbg(FYI, "setattr on file %pd attrs->iavalid 0x%x\n",
2258 direntry->d_name.name, attrs->ia_valid); 2258 direntry, attrs->ia_valid);
2259 2259
2260 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_PERM) 2260 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_PERM)
2261 attrs->ia_valid |= ATTR_FORCE; 2261 attrs->ia_valid |= ATTR_FORCE;