From 1429557b069164790b20034cacdefb1cf3e7ee48 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 30 Jan 2013 15:53:39 +0100 Subject: [PATCH] mount: remove ext4 journal=update from man page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's already unsupported. References: http://patchwork.ozlabs.org/patch/123291/ Reported-by: Roman Žilka Signed-off-by: Karel Zak --- mount-deprecated/mount.8 | 3 --- sys-utils/mount.8 | 3 --- 2 files changed, 6 deletions(-) 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 -- 2.47.2