xfs: bind together the front and back ends of the file range exchange code
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:18 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:18 +0000 (14:54 -0700)
commit42672471f938cdab2573f32ce23915b78f0578f4
tree9e8f43b597a2a2fc5440c7ec38dc8adb1b859aea
parent966ceafc7a437105ecfe1cadb3747b2965a260ca
xfs: bind together the front and back ends of the file range exchange code

So far, we've constructed the front end of the file range exchange code
that does all the checking; and the back end of the file mapping
exchange code that actually does the work.  Glue these two pieces
together so that we can turn on the functionality.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_exchrange.c
fs/xfs/xfs_trace.c
fs/xfs/xfs_trace.h