commit | d891fa70876b37941a5c5bed813e73beb53ebcf7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Mon Jun 16 11:40:25 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Mon Jun 16 11:40:25 2014 -0600 |
tree | 5dbbaf0e783d42042bd05fff3e2d3fa844d1ba6c | |
parent | 95ed068165d8edf6a81f9a73df0bb05c38602c3c [diff] |
null_blk: fix softirq completions for queue_mode == 1 Only blk-mq completions have payload attached to the request, for request_fn mode we have stored it in req->special. This fixes an oops with queue_mode=1 and softirq completions. Signed-off-by: Jens Axboe <axboe@fb.com>