commit | b48fda0976a802e0fe4fc0bedefb7cf380ec6426 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Jan 26 14:52:20 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Thu Jan 26 14:52:20 2017 -0700 |
tree | 658372c505c9b9ef2c3956e7450c928a107b6405 | |
parent | 5a797e00dc93593c9915841779881b15d9856237 [diff] |
blk-mq-sched: check for successful allocation before assigning tag We don't trigger this from the normal IO path, since we always use blocking allocations from there. But Bart saw it testing multipath dm, since that is a heavy user of atomic request allocations in the map and clone path. Reported-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.com>