summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/export.c
diff options
context:
space:
mode:
authorChristoph Hellwig2015-04-01 10:37:05 +0200
committerJ. Bruce Fields2015-04-03 16:00:59 +0200
commit9b3075c59f858d64478f46a15daa6ecda3cf2318 (patch)
tree116ceb0d62026cfe7f9540b6fda8186382ed6368 /fs/nfsd/export.c
parentnfsd: Remove duplicate macro define for max sec label length (diff)
downloadkernel-qcow2-linux-9b3075c59f858d64478f46a15daa6ecda3cf2318.tar.gz
kernel-qcow2-linux-9b3075c59f858d64478f46a15daa6ecda3cf2318.tar.xz
kernel-qcow2-linux-9b3075c59f858d64478f46a15daa6ecda3cf2318.zip
nfsd: add NFSEXP_PNFS to the exflags array
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r--fs/nfsd/export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c
index 2911f519fe64..900c3ae94adc 100644
--- a/fs/nfsd/export.c
+++ b/fs/nfsd/export.c
@@ -1158,6 +1158,7 @@ static struct flags {
{ NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}},
{ NFSEXP_NOAUTHNLM, {"insecure_locks", ""}},
{ NFSEXP_V4ROOT, {"v4root", ""}},
+ { NFSEXP_PNFS, {"pnfs", ""}},
{ 0, {"", ""}}
};