aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2015-04-01 04:37:05 -0400
committerJ. Bruce Fields <bfields@redhat.com>2015-04-03 10:00:59 -0400
commit9b3075c59f858d64478f46a15daa6ecda3cf2318 (patch)
tree116ceb0d62026cfe7f9540b6fda8186382ed6368 /include/uapi/linux
parent1ec8c0c47f63b4af66e3615618f842267ac88b4a (diff)
nfsd: add NFSEXP_PNFS to the exflags array
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nfsd/export.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/nfsd/export.h b/include/uapi/linux/nfsd/export.h
index d3bd6ffec041..0df7bd5d2fb1 100644
--- a/include/uapi/linux/nfsd/export.h
+++ b/include/uapi/linux/nfsd/export.h
@@ -21,6 +21,9 @@
21 21
22/* 22/*
23 * Export flags. 23 * Export flags.
24 *
25 * Please update the expflags[] array in fs/nfsd/export.c when adding
26 * a new flag.
24 */ 27 */
25#define NFSEXP_READONLY 0x0001 28#define NFSEXP_READONLY 0x0001
26#define NFSEXP_INSECURE_PORT 0x0002 29#define NFSEXP_INSECURE_PORT 0x0002