summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorPavel Shilovsky2014-08-22 11:32:09 +0200
committerSteve French2014-08-22 07:26:56 +0200
commita07d322059db66b84c9eb4f98959df468e88b34b (patch)
treecc83068b580a6b2a518679080480d7814140eb75 /fs/internal.h
parentcifs: No need to send SIGKILL to demux_thread during umount (diff)
downloadkernel-qcow2-linux-a07d322059db66b84c9eb4f98959df468e88b34b.tar.gz
kernel-qcow2-linux-a07d322059db66b84c9eb4f98959df468e88b34b.tar.xz
kernel-qcow2-linux-a07d322059db66b84c9eb4f98959df468e88b34b.zip
CIFS: Fix directory rename error
CIFS servers process nlink counts differently for files and directories. In cifs_rename() if we the request fails on the existing target, we try to remove it through cifs_unlink() but this is not what we want to do for directories. As the result the following sequence of commands mkdir {1,2}; mv -T 1 2; rmdir {1,2}; mkdir {1,2}; echo foo > 2/bar and XFS test generic/023 fail with -ENOENT error. That's why the second mkdir reuses the existing inode (target inode of the mv -T command) with S_DEAD flag. Fix this by checking whether the target is directory or not and calling cifs_rmdir() rather than cifs_unlink() for directories. Cc: <stable@vger.kernel.org> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/internal.h')
0 files changed, 0 insertions, 0 deletions