]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
io-wq: cancel request if it's asking for files and we don't have them
authorJens Axboe <axboe@kernel.dk>
Fri, 30 Oct 2020 15:36:41 +0000 (09:36 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Nov 2020 17:22:56 +0000 (10:22 -0700)
commit3dd1680d1418f22f7ddaf98a4eab66285a099b3e
treeb7dda128ec5c7d8d2baf53b1277fe68d2bf366ec
parent3cea11cd5e3b00d91caf0b4730194039b45c5891
io-wq: cancel request if it's asking for files and we don't have them

This can't currently happen, but will be possible shortly. Handle missing
files just like we do not being able to grab a needed mm, and mark the
request as needing cancelation.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c