]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit093109ee3795b5d2b352c190f6b4bbe47f5862c3
tree0e1022850fcf58f881406f1cfa3de3be522d6fdd
parent384a6c19f04c7f7be77353431ea90b298bbb4500
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