All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mkfs: update manpage for -i size
@ 2016-06-06 13:08 Jan Tulak
  2016-06-06 20:25 ` Eric Sandeen
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Tulak @ 2016-06-06 13:08 UTC (permalink / raw)
  To: xfs; +Cc: Jan Tulak

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@redhat.com>
---
 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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] mkfs: update manpage for -i size
  2016-06-06 13:08 [PATCH] mkfs: update manpage for -i size Jan Tulak
@ 2016-06-06 20:25 ` Eric Sandeen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sandeen @ 2016-06-06 20:25 UTC (permalink / raw)
  To: xfs



On 6/6/16 8:08 AM, Jan Tulak wrote:
> 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@redhat.com>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2016-06-06 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-06 13:08 [PATCH] mkfs: update manpage for -i size Jan Tulak
2016-06-06 20:25 ` Eric Sandeen

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.