summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-08-24 15:50:54 -0400
committerSteve Dickson <steved@redhat.com>2014-08-24 15:50:54 -0400
commit082613db48898d7e95139ecc3af9607c815b0e2f (patch)
treeaf8a8c37fa29029ba944524f198d32cf756a949c
parent4017afe28d640c535109576bd149bc7e0345f075 (diff)
downloadnfs-utils-082613db48898d7e95139ecc3af9607c815b0e2f.tar.gz
nfs-utils-082613db48898d7e95139ecc3af9607c815b0e2f.tar.xz
nfs-utils-082613db48898d7e95139ecc3af9607c815b0e2f.zip
exportfs: taught exportfs -v about the nordirplus option
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/exportfs/exportfs.c2
1 files changed, 2 insertions, 0 deletions
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)