]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: reuse xfs_extent_free_cancel_item
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Jul 2024 21:21:38 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:43 +0000 (18:46 -0700)
commitf29fe6c8811e034f8812fcf8ca6ddb2233a24d27
treeb9eaa419fa0be7fd4fb26a15c9c703b4ddf46d7a
parent62437263df18ac788882d69e7b17597725d6083a
xfs: reuse xfs_extent_free_cancel_item

Reuse xfs_extent_free_cancel_item to put the AG/RTG and free the item in
a few places that currently open code the logic.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/defer_item.c