]> git.baikalelectronics.ru Git - kernel.git/commit
nbd: set queue timeout properly
authorJosef Bacik <jbacik@fb.com>
Fri, 24 Mar 2017 18:08:28 +0000 (14:08 -0400)
committerJens Axboe <axboe@fb.com>
Fri, 24 Mar 2017 21:42:47 +0000 (15:42 -0600)
commit6e7fb7f6eb33cc7dfe6084d78c05740a41663ed0
treed4a70943fcc2ed1934d1389c84d4da9ac8c12fbc
parent892604a090555fdc068841b3c824e7b369a318d0
nbd: set queue timeout properly

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>
drivers/block/nbd.c