From: Surbhi Palande Date: Wed, 31 Aug 2011 13:35:57 +0000 (+0300) Subject: mke2fs.8: Fix the documentation of maximum journal size X-Git-Tag: v1.42-WIP-0916~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57cb271642d24d93ba2435f12a64fe35f67dfced;p=thirdparty%2Fe2fsprogs.git mke2fs.8: Fix the documentation of maximum journal size Fix the max journal size in mke2fs man page. Signed-off-by: Surbhi Palande Signed-off-by: Theodore Ts'o --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index bfd421e9b..0036aac93 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -337,7 +337,8 @@ Create an internal journal (i.e., stored inside the filesystem) of size megabytes. The size of the journal must be at least 1024 filesystem blocks (i.e., 1MB if using 1k blocks, 4MB if using 4k blocks, etc.) -and may be no more than 102,400 filesystem blocks. +and may be no more than 10,240,000 filesystem blocks or half the total +file system size (whichever is smaller) @JDEV@.TP @JDEV@.BI device= external-journal @JDEV@Attach the filesystem to the journal block device located on