Re: [PATCH] virtio_scsi: remove duplicate check if queue is broken

2024-01-16 Thread Michael S. Tsirkin
On Tue, Jan 16, 2024 at 12:58:36PM +0800, Li RongQing wrote: > virtqueue_enable_cb() will call virtqueue_poll() which will check if > queue is broken at beginning, so remove the virtqueue_is_broken() call > > Signed-off-by: Li RongQing Acked-by: Michael S. Tsirkin > --- > drivers/scsi/virtio

Re: [PATCH] virtio_scsi: remove duplicate check if queue is broken

2024-01-16 Thread Stefan Hajnoczi
On Tue, 16 Jan 2024 at 00:07, Li RongQing wrote: > > virtqueue_enable_cb() will call virtqueue_poll() which will check if > queue is broken at beginning, so remove the virtqueue_is_broken() call > > Signed-off-by: Li RongQing > --- > drivers/scsi/virtio_scsi.c | 2 -- > 1 file changed, 2 deletio