]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: remove ext4 journal=update from man page
authorKarel Zak <kzak@redhat.com>
Wed, 30 Jan 2013 14:53:39 +0000 (15:53 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Jan 2013 14:53:39 +0000 (15:53 +0100)
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>
mount-deprecated/mount.8
sys-utils/mount.8

index ae42ccc48c598140566711f1c0b8b4ae5abe1ee1..9075c224ba4793a9d5db8b02c0600c646aaf6a27 100644 (file)
@@ -1432,9 +1432,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
index 7fd38df44861994c2977779397c0a29cb423d994..979c60e5b2a3145f4b673c64265bd763a973d8ad 100644 (file)
@@ -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