On 10/31/24 16:32, Mark Harmstone wrote:
From: Pavel Begunkov <asml.silence@xxxxxxxxx> When the taks that submitted a request is dying, a task work for that request might get run by a kernel thread or even worse by a half dismantled task. We can't just cancel the task work without running the callback as the cmd might need to do some clean up, so pass a flag instead. If set, it's not safe to access any task resources and the callback is expected to cancel the cmd ASAP.
I was just going to write that you didn't CC io_uring for the rest of the series, but I can't find it in the btrfs list, did did something go wrong? Regardless, I think it should be fine to merge it through the btrfs tree -- Pavel Begunkov