smb: client: move most of reparse point handling code to common file
authorPaulo Alcantara <pc@manguebit.com>
Wed, 6 Mar 2024 05:28:48 +0000 (23:28 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 11 Mar 2024 00:33:57 +0000 (19:33 -0500)
commitc520ba7573a84bd37f8803a3beeb8f6f995bf9e1
treeecbe4f51a084a44bddc535aeaf61e19ff7a43ad1
parenteb90e8ecb2b54ac1af51e28596e0ef7ba351476d
smb: client: move most of reparse point handling code to common file

In preparation to add support for creating special files also via WSL
reparse points in next commits.

Signed-off-by: Paulo Alcantara <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/Makefile
fs/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/inode.c
fs/smb/client/readdir.c
fs/smb/client/reparse.c [new file with mode: 0644]
fs/smb/client/reparse.h [new file with mode: 0644]
fs/smb/client/smb2ops.c
fs/smb/client/smb2proto.h