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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
index 5e2492535daa..83580213fcac 100644
--- a/fs/cifs/inode.c
+++ b/fs/cifs/inode.c
@@ -917,8 +917,8 @@ undo_setattr:
917/* 917/*
918 * If dentry->d_inode is null (usually meaning the cached dentry 918 * If dentry->d_inode is null (usually meaning the cached dentry
919 * is a negative dentry) then we would attempt a standard SMB delete, but 919 * is a negative dentry) then we would attempt a standard SMB delete, but
920 * if that fails we can not attempt the fall back mechanisms on EACESS 920 * if that fails we can not attempt the fall back mechanisms on EACCESS
921 * but will return the EACESS to the caller. Note that the VFS does not call 921 * but will return the EACCESS to the caller. Note that the VFS does not call
922 * unlink on negative dentries currently. 922 * unlink on negative dentries currently.
923 */ 923 */
924int cifs_unlink(struct inode *dir, struct dentry *dentry) 924int cifs_unlink(struct inode *dir, struct dentry *dentry)