summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.h
diff options
context:
space:
mode:
authorJ. Bruce Fields2011-04-08 22:32:54 +0200
committerJ. Bruce Fields2011-04-11 14:42:20 +0200
commit204f4ce75434c3453907813f8a819d4cf2a5728f (patch)
tree779f8796bda32557b48b3ee5f7a57bc45fff90fb /fs/nfsd/vfs.h
parentnfsd: distinguish functions of NFSD_MAY_* flags (diff)
downloadkernel-qcow2-linux-204f4ce75434c3453907813f8a819d4cf2a5728f.tar.gz
kernel-qcow2-linux-204f4ce75434c3453907813f8a819d4cf2a5728f.tar.xz
kernel-qcow2-linux-204f4ce75434c3453907813f8a819d4cf2a5728f.zip
nfsd4: allow fh_verify caller to skip pseudoflavor checks
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/vfs.h')
-rw-r--r--fs/nfsd/vfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h
index 1036913e6e86..4d2509f766d4 100644
--- a/fs/nfsd/vfs.h
+++ b/fs/nfsd/vfs.h
@@ -24,6 +24,7 @@
#define NFSD_MAY_LOCAL_ACCESS 128 /* IRIX doing local access check on device special file*/
#define NFSD_MAY_BYPASS_GSS_ON_ROOT 256
#define NFSD_MAY_NOT_BREAK_LEASE 512
+#define NFSD_MAY_BYPASS_GSS 1024
#define NFSD_MAY_CREATE (NFSD_MAY_EXEC|NFSD_MAY_WRITE)
#define NFSD_MAY_REMOVE (NFSD_MAY_EXEC|NFSD_MAY_WRITE|NFSD_MAY_TRUNC)