]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
exports: add new flag for NFSv4 pseudoroot
authorSteve Dickson <steved@redhat.com>
Tue, 1 Dec 2009 11:22:08 +0000 (06:22 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 13 Jan 2010 20:39:14 +0000 (15:39 -0500)
Signed-off-by: Steve Dickson <steved@redhat.com>
support/include/nfs/export.h

index d3e188c4b6a44afa7fc41ed921570e2cd5a8f1b2..1547a871360d9f187497e93cf1361434ca2e490f 100644 (file)
@@ -24,6 +24,7 @@
 #define NFSEXP_FSID            0x2000
 #define        NFSEXP_CROSSMOUNT       0x4000
 #define NFSEXP_NOACL           0x8000 /* reserved for possible ACL related use */
 #define NFSEXP_FSID            0x2000
 #define        NFSEXP_CROSSMOUNT       0x4000
 #define NFSEXP_NOACL           0x8000 /* reserved for possible ACL related use */
+#define NFSEXP_V4ROOT          0x10000
 /*
  * All flags supported by the kernel before addition of the
  * export_features interface:
 /*
  * All flags supported by the kernel before addition of the
  * export_features interface: