]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add a xfs_bmap_free_rtblocks helper
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 08:50:47 +0000 (10:50 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 9 Oct 2024 13:49:30 +0000 (15:49 +0200)
commit2d3e9df5d7550ef87d1f350b5efaab4d2030e419
tree427aae4ab5ab7c904c32ab637d5c7aef1a642db2
parentf59bc2b4cc12b10b4f35c938ec38b91e34625abb
xfs: add a xfs_bmap_free_rtblocks helper

Split the RT extent freeing logic from xfs_bmap_del_extent_real because
it will become more complicated when adding RT group.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_bmap.c