]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/block/nbd.c
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)
commitf8586855031a1d6b243f013c3082631346fddfad
treed4a70943fcc2ed1934d1389c84d4da9ac8c12fbc
parentc103b4dac8f69ca55196afcd57c4cdd6d3ab88eb
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