commit | e9137d4b93078b6a9965acfb18a2a2ad91cf8405 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Thu Feb 18 14:56:35 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Thu Mar 03 14:46:04 2016 -0700 |
tree | 0633fc205e9f520315c268a3ca165866cc9421fc | |
parent | 66841672161efb9e3be4a1dbd9755020bb1d86b7 [diff] |
blk-mq: Fix NULL pointer updating nr_requests A h/w context's tags are freed if it was not assigned a CPU. Check if the context has tags before updating the depth. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>