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:
parent
d03991f569
commit
dc9a2c05a2
@ -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 ...*/
|
||||
|
Loading…
Reference in New Issue
Block a user