]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: add extsize command support
authorOjaswin Mujoo <ojaswin@linux.ibm.com>
Thu, 19 Dec 2024 12:39:15 +0000 (18:09 +0530)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 25 Dec 2024 21:14:45 +0000 (22:14 +0100)
commit19bca351dcdfef4a63ede08bcc9f7bdeec10c453
tree237446369c0d443983bd87e84cf5b748dea3bad2
parente6b48f451a5d99fac9a08d5b2684f26de8e25e1b
xfs_io: add extsize command support

extsize command is currently only supported with XFS filesystem.
Lift this restriction now that ext4 is also supporting extsize hints.

Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
io/open.c