mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink
authorSteve French <smfrench@gmail.com>
Tue, 16 Sep 2014 12:18:19 +0000 (07:18 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 16 Oct 2014 20:20:20 +0000 (15:20 -0500)
Adds support on SMB2.1 and SMB3 mounts for emulation of symlinks
via the "Minshall/French" symlink format already used for cifs
mounts when mfsymlinks mount option is used (and also used by Apple).
  http://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks
This second patch adds support to query them (recognize them as symlinks
and read them).  Third version of patch makes minor corrections
to error handling.

Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
fs/cifs/link.c
fs/cifs/smb2ops.c
fs/cifs/smb2proto.h

diff --cc fs/cifs/link.c
Simple merge
Simple merge
Simple merge