Fix problem recognizing symlinks
authorSteve French <smfrench@gmail.com>
Thu, 25 Sep 2014 06:26:55 +0000 (01:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Oct 2014 19:21:26 +0000 (12:21 -0700)
commitf012edf688f867dc35a3501808afc6fa9fba640d
treee3fb616e78335098e16c80a4d7b9645831c9c682
parent7365af49809ff97ab55d76c746ed49c044ca4b2d
Fix problem recognizing symlinks

commit 19e81573fca7b87ced7701e01ba164b968d929bd upstream.

Changeset eb85d94bd 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb1ops.c
fs/cifs/smb2maperror.c