]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
authorChristoph Hellwig <hch@lst.de>
Sun, 17 Nov 2024 07:19:22 +0000 (08:19 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Mar 2025 15:17:07 +0000 (08:17 -0700)
commit859b692711c66c9a8eb757ca708978f081e809e3
tree68492afc74601dbc62f02e460ff5a78994f4b611
parent2e2383405824b9f94299f6cb29e53a11f8020b8a
xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item

Make xfs_rtextent_free_finish_item call into the zoned allocator to free
blocks on zoned RT devices.

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