]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs: enable large extent counts by default
authorDarrick J. Wong <djwong@kernel.org>
Mon, 25 Sep 2023 21:59:25 +0000 (14:59 -0700)
committerCarlos Maiolino <cem@kernel.org>
Thu, 5 Oct 2023 12:57:19 +0000 (14:57 +0200)
commite5b18d7d1d962e942ce3b0a9ccdb5872074e24df
tree21a78c604b126911fabb145fc31de4315ddd7318
parent4a9f92d023934ca6d436c8ca0e7a62702540a4ba
mkfs: enable large extent counts by default

Format filesystems with the large extent counter feature turned on.
We shall now support 64-bit extent counts for the data fork and 32-bit
extent counts for the attr fork.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
man/man8/mkfs.xfs.8.in
mkfs/xfs_mkfs.c