From: Darrick J. Wong <djwong@xxxxxxxxxx> Introduce a new ioctl to handle swapping contents between two files. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- libxfs/xfs_fs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h index 400cf68e551..210c17f5a16 100644 --- a/libxfs/xfs_fs.h +++ b/libxfs/xfs_fs.h @@ -841,6 +841,7 @@ struct xfs_scrub_metadata { #define XFS_IOC_FSGEOMETRY _IOR ('X', 126, struct xfs_fsop_geom) #define XFS_IOC_BULKSTAT _IOR ('X', 127, struct xfs_bulkstat_req) #define XFS_IOC_INUMBERS _IOR ('X', 128, struct xfs_inumbers_req) +/* FIEXCHANGE_RANGE ----------- hoisted 129 */ /* XFS_IOC_GETFSUUID ---------- deprecated 140 */