@@ -665,7 +665,7 @@ dump(int verbose)
c = dumpopt(c, "rw");
if (ep->e_flags & NFSEXP_ASYNC)
c = dumpopt(c, "async");
- if (ep->e_flags & NFSEXP_GATHERED_WRITES)
+ if (!(ep->e_flags & NFSEXP_GATHERED_WRITES))
c = dumpopt(c, "wdelay");
if (ep->e_flags & NFSEXP_NOHIDE)
c = dumpopt(c, "nohide");
@@ -679,7 +679,7 @@ dump(int verbose)
c = dumpopt(c, "no_root_squash");
if (ep->e_flags & NFSEXP_ALLSQUASH)
c = dumpopt(c, "all_squash");
- if (ep->e_flags & NFSEXP_NOSUBTREECHECK)
+ if (!(ep->e_flags & NFSEXP_NOSUBTREECHECK))
c = dumpopt(c, "no_subtree_check");
if (ep->e_flags & NFSEXP_NOAUTHNLM)
c = dumpopt(c, "insecure_locks");