commit | 76aa1d341257c1beb6ecfdd67fecdaac7e2aee25 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Wed May 16 14:51:22 2018 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Wed May 16 12:54:13 2018 -0600 |
tree | 446cae256f1f0a8994dec00d32b01cbf8c856f90 | |
parent | fe1f9e6659ca6124f500a0f829202c7c902fab0c [diff] |
nbd: call nbd_bdev_reset instead of bd_set_size on disconnect We need to make sure we don't just set the size of the bdev to 0 while it's being used by a file system. We have the appropriate check in nbd_bdev_reset, simply use that helper instead. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>