commit | 10c47870155b5d9a8597eff3345d244e2fe1847f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 04 11:54:47 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 04 23:21:01 2021 -0600 |
tree | dfb0da10e659f98d73fff720ae8d062733726f66 | |
parent | 900e080752025f0016128f07c9ed4c50eba3654b [diff] |
block: ensure cached plug request matches the current queue If we're driving multiple devices, we could have pre-populated the cache for a different device. Ensure that the empty request matches the current queue. Fixes: 47c122e35d7e ("block: pre-allocate requests if plug is started and is a batch") Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>