From: Karel Zak Date: Wed, 30 Jan 2013 14:53:39 +0000 (+0100) Subject: mount: remove ext4 journal=update from man page X-Git-Tag: v2.23-rc1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1429557b069164790b20034cacdefb1cf3e7ee48;p=thirdparty%2Futil-linux.git mount: remove ext4 journal=update from man page It's already unsupported. References: http://patchwork.ozlabs.org/patch/123291/ Reported-by: Roman Žilka Signed-off-by: Karel Zak --- diff --git a/mount-deprecated/mount.8 b/mount-deprecated/mount.8 index ae42ccc48c..9075c224ba 100644 --- a/mount-deprecated/mount.8 +++ b/mount-deprecated/mount.8 @@ -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 diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 7fd38df448..979c60e5b2 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