s3: smbd: smb2-posix: Add IO_REPARSE_TAG_NFS.
authorJeremy Allison <jra@samba.org>
Tue, 18 Sep 2018 22:56:13 +0000 (15:56 -0700)
committerVolker Lendecke <vl@samba.org>
Wed, 30 Jan 2019 20:21:10 +0000 (21:21 +0100)
https://msdn.microsoft.com/en-us/library/dn617178.aspx

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/ntioctl.h

index bd80a30d34ae7a4f7c3f85f43ecc150d26b29509..9fa288fdeb4a76ffa5deb40b3e807854ccb766bf 100644 (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 ...*/