1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3: smbd: smb2-posix: Add IO_REPARSE_TAG_NFS.

https://msdn.microsoft.com/en-us/library/dn617178.aspx

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Jeremy Allison 2018-09-18 15:56:13 -07:00 committed by Volker Lendecke
parent d03991f569
commit dc9a2c05a2

View File

@ -27,6 +27,7 @@
#define IO_REPARSE_TAG_HSM 0xC0000004
#define IO_REPARSE_TAG_SIS 0x80000007
#define IO_REPARSE_TAG_DFS 0x8000000A
#define IO_REPARSE_TAG_NFS 0x80000014
/* For FSCTL_GET_SHADOW_COPY_DATA ...*/