]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
mkfs: fix filesystem and log size units
authorManognya Singuru <msinguru@redhat.com>
Thu, 18 Jun 2026 14:41:11 +0000 (20:11 +0530)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 23 Jun 2026 09:04:31 +0000 (11:04 +0200)
commitec7424231d53b730149b4c49c16af37e7288f002
tree334b1ab4d23eb14e4e4f36bc121139ff5047504c
parentf6505519ef79379743989cc02a2bbef4261a8c88
mkfs: fix filesystem and log size units

The actual thresholds enforced by mkfs are in MiB and GiB but the
error messages and documentation report the limits as MB and GB.

Update the filesystem and log size threshold messages, comments,
and man page to use MiB and GiB.

Signed-off-by: Manognya Singuru <msinguru@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
man/man8/mkfs.xfs.8.in
mkfs/xfs_mkfs.c