diff mbox series

mkfs: fix man's default value for sparse option

Message ID 20230608091320.113513-1-preichl@redhat.com (mailing list archive)
State Accepted
Headers show
Series mkfs: fix man's default value for sparse option | expand

Commit Message

Pavel Reichl June 8, 2023, 9:13 a.m. UTC
Fixes: 9cf846b51 ("mkfs: enable sparse inodes by default")
Suggested-by: Lukas Herbolt <lukas@herbolt.com>
Signed-off-by: Pavel Reichl <preichl@redhat.com>
---
 man/man8/mkfs.xfs.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrick J. Wong June 8, 2023, 2:47 p.m. UTC | #1
On Thu, Jun 08, 2023 at 11:13:20AM +0200, Pavel Reichl wrote:
> Fixes: 9cf846b51 ("mkfs: enable sparse inodes by default")
> Suggested-by: Lukas Herbolt <lukas@herbolt.com>
> Signed-off-by: Pavel Reichl <preichl@redhat.com>

Heh, whoops.
Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  man/man8/mkfs.xfs.8.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in
> index 49e64d47a..48e26ece7 100644
> --- a/man/man8/mkfs.xfs.8.in
> +++ b/man/man8/mkfs.xfs.8.in
> @@ -631,7 +631,7 @@ Enable sparse inode chunk allocation. The
>  .I value
>  is either 0 or 1, with 1 signifying that sparse allocation is enabled.
>  If the value is omitted, 1 is assumed. Sparse inode allocation is
> -disabled by default. This feature is only available for filesystems
> +enabled by default. This feature is only available for filesystems
>  formatted with
>  .B \-m crc=1.
>  .IP
> -- 
> 2.40.1
>
diff mbox series

Patch

diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in
index 49e64d47a..48e26ece7 100644
--- a/man/man8/mkfs.xfs.8.in
+++ b/man/man8/mkfs.xfs.8.in
@@ -631,7 +631,7 @@  Enable sparse inode chunk allocation. The
 .I value
 is either 0 or 1, with 1 signifying that sparse allocation is enabled.
 If the value is omitted, 1 is assumed. Sparse inode allocation is
-disabled by default. This feature is only available for filesystems
+enabled by default. This feature is only available for filesystems
 formatted with
 .B \-m crc=1.
 .IP