virtio-blk: Fix memory leak among suspend/resume procedure
stable inclusion from linux-4.19.198 commit 600942d2fd49b90e44857d20c774b20d16f3130f -------------------------------- [ Upstream commit b71ba22e ] The vblk->vqs should be freed before we call init_vqs() in virtblk_restore(). Signed-off-by:Xie Yongji <xieyongji@bytedance.com> Link: https://lore.kernel.org/r/20210517084332.280-1-xieyongji@bytedance.com Acked-by:
Jason Wang <jasowang@redhat.com> Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Loading
Please sign in to comment