commit | e0082e8a4eb51065947a02435610d4c717845aee | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Oct 25 17:16:22 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 26 18:32:37 2020 -0700 |
tree | 91d2fce57a18399d96bbd0dea86cb63fc7f749f3 | |
parent | 236e97a9bb71d104cf7c07126e7c505c04828bd6 [diff] |
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 <darrick.wong@oracle.com>