]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_io: create exchangerange command to test file range exchange ioctl
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:01 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:06 +0000 (17:01 -0700)
commit8d5f0786c7d1df624f53af6af59d7852f136ecb0
tree2e7289261f0522c7ff01d226854c7b79e164e7d3
parent63ea34b8f00c4b86115b770fdab487e9157d712b
xfs_io: create exchangerange command to test file range exchange ioctl

Create a new xfs_io command to make raw calls to the
XFS_IOC_EXCHANGE_RANGE ioctl.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
io/Makefile
io/exchrange.c [new file with mode: 0644]
io/init.c
io/io.h
man/man8/xfs_io.8