summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2008-02-04 07:37:56 +0000
committermatteo <matteo@FreeBSD.org>2008-02-04 07:37:56 +0000
commitd1d4a209f5bd9e9ec6d5ba292c64bd21e8f9248b (patch)
treeec21feb04bf8d94a254793fda8df245222e200de /sbin
parentc1a1c62b2afb3f2602fa7d2c438ce32eacc9f72b (diff)
downloadFreeBSD-src-d1d4a209f5bd9e9ec6d5ba292c64bd21e8f9248b.zip
FreeBSD-src-d1d4a209f5bd9e9ec6d5ba292c64bd21e8f9248b.tar.gz
Fix mount -p and mount -u -ocurrent on gjournaled FS
PR: bin/120162 Submitted by: Niki Denev MFC after: 1 week
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 063660b..03688d3 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -877,7 +877,6 @@ flags2opts(int flags)
if (flags & MNT_SUIDDIR) res = catopt(res, "suiddir");
if (flags & MNT_MULTILABEL) res = catopt(res, "multilabel");
if (flags & MNT_ACLS) res = catopt(res, "acls");
- if (flags & MNT_GJOURNAL) res = catopt(res, "gjournal");
return (res);
}
OpenPOWER on IntegriCloud