Revision fdee946d0925f971f167d2606984426763355e4f authored by Jens Axboe on 27 August 2020, 22:46:24 UTC, committed by Jens Axboe on 27 August 2020, 22:48:34 UTC
These events happen inline from submission, so there's no need to
bounce them through the original task. Just set them up for retry
and issue retry directly instead of going over task_work.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent eefdf30
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top