All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mke2fs.8: Fix the documentation of maximum journal size
@ 2011-08-31 13:35 Surbhi Palande
  2011-09-16  3:35 ` Ted Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Surbhi Palande @ 2011-08-31 13:35 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso

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(-)

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
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mke2fs.8: Fix the documentation of maximum journal size
  2011-08-31 13:35 [PATCH] mke2fs.8: Fix the documentation of maximum journal size Surbhi Palande
@ 2011-09-16  3:35 ` Ted Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Ts'o @ 2011-09-16  3:35 UTC (permalink / raw)
  To: Surbhi Palande; +Cc: linux-ext4

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-16  3:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 13:35 [PATCH] mke2fs.8: Fix the documentation of maximum journal size Surbhi Palande
2011-09-16  3:35 ` Ted Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.