smb3: Allow query of symlinks stored as reparse points
authorSteve French <stfrench@microsoft.com>
Fri, 28 Jun 2019 07:04:18 +0000 (02:04 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:43 +0000 (22:37 -0500)
commitd5ecebc4900df7f6e8dff0717574668885110553
tree4a60855faaf183007b99f8af3486f2bb1f576393
parentf2caf901c1b7ce65f9e6aef4217e3241039db768
smb3: Allow query of symlinks stored as reparse points

The 'NFS' style symlinks (see MS-FSCC 2.1.2.4) were not
being queried properly in query_symlink. Fix this.

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
fs/cifs/smb2ops.c