[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1419192158-9531-1-git-send-email-psusi@ubuntu.com>
Date: Sun, 21 Dec 2014 15:02:38 -0500
From: Phillip Susi <psusi@...ntu.com>
To: linux-ext4@...r.kernel.org
Subject: [PATCH] Update maximum journal size in tune2fs man page
The man page for tune2fs still listed the upper limit for
the journal as 102,400 blocks.
---
misc/tune2fs.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
index c50d475..2431880 100644
--- a/misc/tune2fs.8.in
+++ b/misc/tune2fs.8.in
@@ -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
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists