diff options
| author | Matteo Riondato <matteo@FreeBSD.org> | 2008-02-04 07:37:56 +0000 |
|---|---|---|
| committer | Matteo Riondato <matteo@FreeBSD.org> | 2008-02-04 07:37:56 +0000 |
| commit | b42024b241a3e1109c69096110ee984e37b5c232 (patch) | |
| tree | ec21feb04bf8d94a254793fda8df245222e200de /sbin | |
| parent | 8bd9e9f2dffd60644da4bcf69f68470226635779 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/mount/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 063660b5f0c7..03688d3563c1 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); } |
