commit | d5ecebc4900df7f6e8dff0717574668885110553 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Jun 28 02:04:18 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Sun Jul 07 22:37:43 2019 -0500 |
tree | 4a60855faaf183007b99f8af3486f2bb1f576393 | |
parent | f2caf901c1b7ce65f9e6aef4217e3241039db768 [diff] |
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>