summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorKarel Zak2013-01-30 15:53:39 +0100
committerKarel Zak2013-01-30 15:53:39 +0100
commit1429557b069164790b20034cacdefb1cf3e7ee48 (patch)
tree50722b406c1adc522b83f79ac83998f2ff2167da /sys-utils/mount.8
parenttextual: fix the example in whereis man page, plus further improvements (diff)
downloadkernel-qcow2-util-linux-1429557b069164790b20034cacdefb1cf3e7ee48.tar.gz
kernel-qcow2-util-linux-1429557b069164790b20034cacdefb1cf3e7ee48.tar.xz
kernel-qcow2-util-linux-1429557b069164790b20034cacdefb1cf3e7ee48.zip
mount: remove ext4 journal=update from man page
It's already unsupported. References: http://patchwork.ozlabs.org/patch/123291/ Reported-by: Roman Žilka <roman.zilka@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.83
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 7fd38df44..979c60e5b 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1540,9 +1540,6 @@ Commit block can be written to disk without waiting for descriptor blocks. If
enabled older kernels cannot mount the device.
This will enable 'journal_checksum' internally.
.TP
-.BR journal=update
-Update the ext4 filesystem's journal to the current format.
-.TP
.BR barrier=0 " / " barrier=1 " / " barrier " / " nobarrier
This enables/disables the use of write barriers in the jbd code. barrier=0
disables, barrier=1 enables. This also requires an IO stack which can support