]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
mke2fs.8: Fix the documentation of maximum journal size
authorSurbhi Palande <csurbhi@gmail.com>
Wed, 31 Aug 2011 13:35:57 +0000 (16:35 +0300)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 03:35:18 +0000 (23:35 -0400)
Fix the max journal size in mke2fs man page.

Signed-off-by: Surbhi Palande <csurbhi@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.8.in

index bfd421e9b4eb4dcf0c5cfbf490e553e324b95173..0036aac93e56d4127b57cb27bd8dc51de6fc6832 100644 (file)
@@ -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