commit | 878eb6e48f240d02ed1c9298020a0b6370695f24 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 01 00:54:13 2022 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 31 20:21:38 2022 -0600 |
tree | 8050bed961e402b3570ae40aba36e3e27c8424d8 | |
parent | 943f45b9399ed8b2b5190cbc797995edaa97f58f [diff] |
block: blk_add_rq_to_plug(): clear stale 'last' after flush blk_mq_flush_plug_list() empties ->mq_list and request we'd peeked there before that call is gone; in any case, we are not dealing with a mix of requests for different queues now - there's no requests left in the plug. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jens Axboe <axboe@kernel.dk>