xfs
[Top] [All Lists]

[PATCH] mkfs: update manpage for -i size

To: xfs@xxxxxxxxxxx
Subject: [PATCH] mkfs: update manpage for -i size
From: Jan Tulak <jtulak@xxxxxxxxxx>
Date: Mon, 6 Jun 2016 15:08:51 +0200
Cc: Jan Tulak <jtulak@xxxxxxxxxx>
Delivered-to: xfs@xxxxxxxxxxx
Adding CRC changed the minimum size for inode size from 256 to 512 bytes, but
it is not mentioned in the man page.

Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx>
---
 man/man8/mkfs.xfs.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8
index 980b0e1..c3629d9 100644
--- a/man/man8/mkfs.xfs.8
+++ b/man/man8/mkfs.xfs.8
@@ -358,7 +358,7 @@ or as the number fitting in a filesystem block with
 .BR perblock= .
 The minimum (and default)
 .I value
-is 256 bytes.
+is 256 bytes without crc, 512 bytes with crc enabled.
 The maximum
 .I value
 is 2048 (2 KiB) subject to the restriction that
-- 
2.5.5

<Prev in Thread] Current Thread [Next in Thread>