]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: support error injection when freeing rt extents
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:59 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:50 +0000 (18:46 -0700)
commit0863bb72dc4cbc29f37bc5eb5851dc31eb434a73
tree70a112cab3324ad1f142787f663b9be6e9c16566
parentba3c98b26aced059de8c9fba98c05b62f84fb541
xfs: support error injection when freeing rt extents

A handful of fstests expect to be able to test what happens when extent
free intents fail to actually free the extent.  Now that we're
supporting EFIs for realtime extents, add to xfs_rtfree_extent the same
injection point that exists in the regular extent freeing code.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_rtbitmap.c