]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: use a xfs_btree_cur for the ->finish_cleanup state
authorChristoph Hellwig <hch@lst.de>
Thu, 9 Jul 2020 18:35:08 +0000 (20:35 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 10 Jul 2020 06:37:12 +0000 (08:37 +0200)
commit545b0139d44ad939497623b2bfbfa9370c38ae6d
treeee0884848003830744a5ec2f94e1081902898046
parentbb30c34680aa8c400282c91c0e07a00d9c621324
xfs: use a xfs_btree_cur for the ->finish_cleanup state

Source kernel commit: 3ec1b26c04d4910f37cdaad26d14b403c0240e30

Given how XFS is all based around btrees it doesn't make much sense
to offer a totally generic state when we can just use the btree cursor.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/defer_item.c
libxfs/xfs_defer.c
libxfs/xfs_defer.h