From d1d4a209f5bd9e9ec6d5ba292c64bd21e8f9248b Mon Sep 17 00:00:00 2001 From: matteo Date: Mon, 4 Feb 2008 07:37:56 +0000 Subject: Fix mount -p and mount -u -ocurrent on gjournaled FS PR: bin/120162 Submitted by: Niki Denev MFC after: 1 week --- sbin/mount/mount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin') 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); } -- cgit v1.1