]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: reuse xfs_extent_free_cancel_item
authorChristoph Hellwig <hch@lst.de>
Wed, 2 Oct 2024 01:17:28 +0000 (18:17 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commit328b29c975ccc89eb141ee967baec3a22629768d
treef3a9510e435c459ff1714b4b2fb9943509b5e06f
parent611d0eaeb29eeb6c6967bca35f689b529473a272
xfs: reuse xfs_extent_free_cancel_item

Source kernel commit: 61665fae4e4302f2a48de56749640a9f1a4c2ec5

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