]> www.infradead.org Git - users/hch/xfsprogs.git/commit
mkfs.xfs.8: Clarify mkfs vs. mount block size limits.
authorEric Sandeen <sandeen@redhat.com>
Thu, 4 Feb 2016 21:42:03 +0000 (08:42 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 4 Feb 2016 21:42:03 +0000 (08:42 +1100)
commit75005bf3883ecbe0287a304a608f9e9d614bbf45
treea632df5517489593e57e5aaa7a611ddf35430298
parente50c6371fc14b720a1fa3f6dccae7323a237ffe6
mkfs.xfs.8: Clarify mkfs vs. mount block size limits.

The current explanation is a bit vague to the uninitiated;
clarify the text to make it obvious that while the mkfs.xfs
utility is able to create valid filesystems with block sizes
up to 65536, the Linux kernel can only mount filesystems with
page sized or smaller blocks.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
man/man8/mkfs.xfs.8