]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/nbd: extract the common cleanup code
authorPan Nengyuan <pannengyuan@huawei.com>
Thu, 5 Dec 2019 03:45:27 +0000 (11:45 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 26 Feb 2020 23:28:08 +0000 (17:28 -0600)
commit7f493662be4045146a8f45119d8834c9088a0ad6
tree7baf7d68754ec35fe2a69d492a5c6262eaea32a0
parent2485f22fe9211b2e80970f83199b320eee211319
block/nbd: extract the common cleanup code

The BDRVNBDState cleanup code is common in two places, add
nbd_clear_bdrvstate() function to do these cleanups.

Suggested-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Pan Nengyuan <pannengyuan@huawei.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <1575517528-44312-2-git-send-email-pannengyuan@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[eblake: fix compilation error and commit message]
Signed-off-by: Eric Blake <eblake@redhat.com>
block/nbd.c