OSDN Git Service

SMB3: Clean up query symlink when reparse point
authorRonnie Sahlberg <lsahlber@redhat.com>
Tue, 9 Apr 2019 22:44:46 +0000 (08:44 +1000)
committerSteve French <stfrench@microsoft.com>
Wed, 8 May 2019 04:24:55 +0000 (23:24 -0500)
commitebaf546a5584d0a75aa61e4872771008715b8639
tree0e1022850fcf58f881406f1cfa3de3be522d6fdd
parent6a54b2e002c9d00b398d35724c79f9fe0d9b38fb
SMB3: Clean up query symlink when reparse point

Two of the common symlink formats use reparse points
(unlike mfsymlinks and also unlike the SMB1 posix
extensions).  This is the first part of the fixes
to allow these reparse points (NFS style and Windows
symlinks) to be resolved properly as symlinks by the
client.

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