]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: show operation in error injection rules
authorJackie Liu <liuyun01@kylinos.cn>
Wed, 15 Jul 2026 07:33:41 +0000 (15:33 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Jul 2026 12:08:55 +0000 (06:08 -0600)
commitf94de432646ebec7857ba2624fe082e779b52572
treec3f72b29b2f8b233b18ca965aa22f5158396f4dd
parent4ff58d6bc9dd4c7fe6092d0ab5677a79ebc788af
block: show operation in error injection rules

Rules listed through the error_injection debugfs file omit the block
operation they match.  As a result, rules that differ only in operation
are indistinguishable even though op is mandatory when adding a rule.

Signed-off-by: Jackie Liu <liuyun01@kylinos.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260715073341.95129-1-liu.yun@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/error-injection.c