commit | 29eaadc0364943b6352e8994158febcb699c9f9b | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Thu Apr 06 17:01:59 2017 -0400 |
committer | Jens Axboe <axboe@fb.com> | Mon Apr 17 09:58:42 2017 -0600 |
tree | 89efaa7c6c95185f73bac682265cba3368192e1d | |
parent | 5ea8d10802ec4c153a6e21eebaf412e2abd29736 [diff] |
nbd: stop using the bdev everywhere In preparation for the upcoming netlink interface we need to not rely on already having the bdev for the NBD device we are doing operations on. Instead of passing the bdev around, just use it in places where we know we already have the bdev. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>