Whamcloud - gitweb
tune2fs.8: update maximum journal size
authorPhillip Susi <psusi@ubuntu.com>
Sat, 23 May 2015 20:49:45 +0000 (16:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 20 Jun 2015 19:43:39 +0000 (15:43 -0400)
The man page for tune2fs still listed the upper limit for the journal
as 102,400 blocks.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.8.in

index c50d475..2431880 100644 (file)
@@ -333,7 +333,7 @@ Create a journal stored in the filesystem of size
 .I journal-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.
 There must be enough free space in the filesystem to create a journal of
 that size.
 .TP