xfs: support deferred bmap updates on the attr fork
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:44:32 +0000 (12:44 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:44:32 +0000 (12:44 -0800)
commit52f807067ba4a122e75bf1e0e0595c78e6a3d8b6
tree2e03d83d917effbc0c7826cd6a1dd826a828b2df
parent1b5453baed3a43dd4726eda0e8a5618c56a4f3f7
xfs: support deferred bmap updates on the attr fork

The deferred bmap update log item has always supported the attr fork, so
plumb this in so that higher layers can access this.

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