]> git.baikalelectronics.ru Git - kernel.git/commit
Fix problem recognizing symlinks
authorSteve French <smfrench@gmail.com>
Thu, 25 Sep 2014 06:26:55 +0000 (01:26 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 2 Oct 2014 19:10:04 +0000 (14:10 -0500)
commitcf47b25d0a27bf40e863cb475d4097881b1fa60e
tree44da3ddec60a48a9e8b3caf95a4df34b688c5de1
parentfe9d589bbc2efa91a0b5675427c6ff23aa97c6ea
Fix problem recognizing symlinks

Changeset d2be9654c introduced a problem where if a cifs open
fails during query info of a file we
will still try to close the file (happens with certain types
of reparse points) even though the file handle is not valid.

In addition for SMB2/SMB3 we were not mapping the return code returned
by Windows when trying to open a file (like a Windows NFS symlink)
which is a reparse point.

Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
CC: stable <stable@vger.kernel.org> #v3.13+
fs/cifs/smb1ops.c
fs/cifs/smb2maperror.c