Loading fs/nfsd/export.c +1 −0 Original line number Diff line number Diff line Loading @@ -1158,6 +1158,7 @@ static struct flags { { NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}}, { NFSEXP_NOAUTHNLM, {"insecure_locks", ""}}, { NFSEXP_V4ROOT, {"v4root", ""}}, { NFSEXP_PNFS, {"pnfs", ""}}, { 0, {"", ""}} }; Loading include/uapi/linux/nfsd/export.h +3 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,9 @@ /* * Export flags. * * Please update the expflags[] array in fs/nfsd/export.c when adding * a new flag. */ #define NFSEXP_READONLY 0x0001 #define NFSEXP_INSECURE_PORT 0x0002 Loading Loading
fs/nfsd/export.c +1 −0 Original line number Diff line number Diff line Loading @@ -1158,6 +1158,7 @@ static struct flags { { NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}}, { NFSEXP_NOAUTHNLM, {"insecure_locks", ""}}, { NFSEXP_V4ROOT, {"v4root", ""}}, { NFSEXP_PNFS, {"pnfs", ""}}, { 0, {"", ""}} }; Loading
include/uapi/linux/nfsd/export.h +3 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,9 @@ /* * Export flags. * * Please update the expflags[] array in fs/nfsd/export.c when adding * a new flag. */ #define NFSEXP_READONLY 0x0001 #define NFSEXP_INSECURE_PORT 0x0002 Loading