nbd: use BLK_MQ_F_BLOCKING
authorJosef Bacik <jbacik@fb.com>
Wed, 21 Sep 2016 20:55:31 +0000 (16:55 -0400)
committerJens Axboe <axboe@fb.com>
Fri, 23 Sep 2016 17:46:42 +0000 (11:46 -0600)
commit005043ac31ba5bf6721b4ddca10ff2066e2ee2fe
treead5c18ce70dc808202771202ff14da40fce69c23
parent55679c8d23d191c24ad133abc5647e3054ca8de1
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>
drivers/block/nbd.c