On 31-05-2025 11:03, Parav Pandit wrote:
- if (!virtqueue_is_broken(vblk->vqs[0].vq))
is it call, if the virtqueue is not broken ?
virtblk_cleanup_broken_device(vblk);
- del_gendisk(vblk->disk); blk_mq_free_tag_set(&vblk->tag_set);
Thanks, Alok
From: ALOK TIWARI alok.a.tiwari@oracle.com Sent: Sunday, June 1, 2025 1:28 AM
On 31-05-2025 11:03, Parav Pandit wrote:
- if (!virtqueue_is_broken(vblk->vqs[0].vq))
is it call, if the virtqueue is not broken ?
Oops. Typo error. Sending v5 with the fix.
virtblk_cleanup_broken_device(vblk);
- del_gendisk(vblk->disk); blk_mq_free_tag_set(&vblk->tag_set);
Thanks, Alok
linux-stable-mirror@lists.linaro.org