diff mbox

mke2fs.8: Fix the documentation of maximum journal size

Message ID 1314797757-12604-1-git-send-email-csurbhi@gmail.com
State Accepted, archived
Headers show

Commit Message

Surbhi Palande Aug. 31, 2011, 1:35 p.m. UTC
Fix the max journal size in mke2fs man page.

Signed-off-by: Surbhi Palande <csurbhi@gmail.com>
---
 misc/mke2fs.8.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Comments

Theodore Ts'o Sept. 16, 2011, 3:35 a.m. UTC | #1
On Wed, Aug 31, 2011 at 04:35:57PM +0300, Surbhi Palande wrote:
> Fix the max journal size in mke2fs man page.
> 
> Signed-off-by: Surbhi Palande <csurbhi@gmail.com>

Applied to the maint branch, thanks.

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 6901497..4cd40e4 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -345,7 +345,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 10240000 filesystem blocks or half the total
+file system size (which ever is smaller)
 @JDEV@.TP
 @JDEV@.BI device= external-journal
 @JDEV@Attach the filesystem to the journal block device located on