]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_io: use the XFS_ERRTAG macro to generate injection targets
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Sep 2025 13:33:17 +0000 (06:33 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 24 Nov 2025 14:35:05 +0000 (15:35 +0100)
commitd6d78495a0c8eae068dfd2461e3ec9aa93aaa033
tree8d3880c5f2e3fb1d36b5fb8b6253ead4e7e78d4f
parent9ad52fc997223374578bfd1129a59b3f120af31a
xfs_io: use the XFS_ERRTAG macro to generate injection targets

Use the new magic macro table provided by libxfs to autogenerate
the list of valid error injection targets.

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