Fix mount -p and mount -u -ocurrent on gjournaled FS
PR: bin/120162 Submitted by: Niki Denev MFC after: 1 week
This commit is contained in:
parent
8bd9e9f2df
commit
b42024b241
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user