From 7f39d93b2cac65467999375e4a09bc5debb730e6 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 1 Dec 2009 06:22:08 -0500 Subject: [PATCH] exports: add new flag for NFSv4 pseudoroot Signed-off-by: Steve Dickson --- support/include/nfs/export.h | 1 + 1 file changed, 1 insertion(+) diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index d3e188c..1547a87 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -24,6 +24,7 @@ #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: -- 2.39.2