nbd: set queue timeout properly
authorJosef Bacik <jbacik@fb.com>
Fri, 24 Mar 2017 18:08:28 +0000 (14:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Dec 2017 13:23:41 +0000 (14:23 +0100)
commit521a7e3dad6b216eb0058db5c64a1e706e514fc0
tree34251ebffb792521356d4b98bda8b80cc05b6b47
parentf4fcc56632cfd6d204ca6d64ad0912e626016b65
nbd: set queue timeout properly

[ Upstream commit f8586855031a1d6b243f013c3082631346fddfad ]

We can't just set the timeout on the tagset, we have to set it on the
queue as it would have been setup already at this point.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/block/nbd.c