diff options
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 1 |
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 { | |||
1158 | { NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}}, | 1158 | { NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}}, |
1159 | { NFSEXP_NOAUTHNLM, {"insecure_locks", ""}}, | 1159 | { NFSEXP_NOAUTHNLM, {"insecure_locks", ""}}, |
1160 | { NFSEXP_V4ROOT, {"v4root", ""}}, | 1160 | { NFSEXP_V4ROOT, {"v4root", ""}}, |
1161 | { NFSEXP_PNFS, {"pnfs", ""}}, | ||
1161 | { 0, {"", ""}} | 1162 | { 0, {"", ""}} |
1162 | }; | 1163 | }; |
1163 | 1164 | ||