commit | 005043ac31ba5bf6721b4ddca10ff2066e2ee2fe | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Wed Sep 21 16:55:31 2016 -0400 |
committer | Jens Axboe <axboe@fb.com> | Fri Sep 23 11:46:42 2016 -0600 |
tree | ad5c18ce70dc808202771202ff14da40fce69c23 | |
parent | 55679c8d23d191c24ad133abc5647e3054ca8de1 [diff] |
nbd: use BLK_MQ_F_BLOCKING We take a mutex when sending commands and send stuff over the network, we need to have queue_rq called asynchronously. Signed-off-by: Josef Bacik <jbacik@fb.com> Fixes: fd8383fd88a2 ("nbd: convert to blkmq") Signed-off-by: Jens Axboe <axboe@fb.com>