aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/dir.c')
-rw-r--r--fs/cifs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c
index 82315edc77d7..57bdf7f734bf 100644
--- a/fs/cifs/dir.c
+++ b/fs/cifs/dir.c
@@ -191,7 +191,7 @@ cifs_create(struct inode *inode, struct dentry *direntry, int mode,
191 cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SPECIAL_CHR); 191 cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SPECIAL_CHR);
192 } 192 }
193 if (rc) { 193 if (rc) {
194 cFYI(1, ("cifs_create returned 0x%x ", rc)); 194 cFYI(1, ("cifs_create returned 0x%x", rc));
195 } else { 195 } else {
196 /* If Open reported that we actually created a file 196 /* If Open reported that we actually created a file
197 then we now have to set the mode if possible */ 197 then we now have to set the mode if possible */