From 082613db48898d7e95139ecc3af9607c815b0e2f Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sun, 24 Aug 2014 15:50:54 -0400 Subject: exportfs: taught exportfs -v about the nordirplus option Signed-off-by: Steve Dickson --- utils/exportfs/exportfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index bf07555..e7d1ac8 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -815,6 +815,8 @@ dump(int verbose, int export_format) c = dumpopt(c, "no_subtree_check"); if (ep->e_flags & NFSEXP_NOAUTHNLM) c = dumpopt(c, "insecure_locks"); + if (ep->e_flags & NFSEXP_NOREADDIRPLUS) + c = dumpopt(c, "nordirplus"); if (ep->e_flags & NFSEXP_NOACL) c = dumpopt(c, "no_acl"); if (ep->e_flags & NFSEXP_FSID) -- cgit