]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs.xfs(8): remove incorrect default inode allocator description
authorEric Sandeen <sandeen@redhat.com>
Tue, 1 Mar 2022 18:45:51 +0000 (13:45 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 1 Mar 2022 18:45:51 +0000 (13:45 -0500)
commitd891332790688078e210fcf273b37adf2a668a4f
tree80d5a2f1b8660d44cb89b85187d4378268979fb7
parent3cd200ffb3d19649c1f7046319b165441d496c34
mkfs.xfs(8): remove incorrect default inode allocator description

The "maxpct" section of the mkfs.xfs manpage has a gratuitous and
incorrect description of the default inode allocator mode.

inode64 has been the default since 2012, as of

08bf540412ed xfs: make inode64 as the default allocation mode

so the description is wrong. In addition, imaxpct is only
tangentially related to inode allocator behavior, so this section
of the man page is really the wrong place for discussion.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/mkfs.xfs.8.in