]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_mkfs: calculate zone overprovisioning when specifying size
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:15 +0000 (07:36 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:09:58 +0000 (18:09 +0200)
commitb62352d0db16513020843434ecde9af21b71072e
treee597ed0492b2f9f1ceb842e520992d7994dc28eb
parent2e5a737a61d34e6369ab0b051d554614145dab52
xfs_mkfs: calculate zone overprovisioning when specifying size

When size is specified for zoned file systems, calculate the required
over provisioning to back the requested capacity.

Signed-off-by: Hans Holmberg <hans.holmberg@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
mkfs/xfs_mkfs.c