Displaying 2 results from an estimated 2 matches for "mlupfer".
Did you mean:
lupfer
2019 Sep 06
1
[PATCH v2] scsi: virtio_scsi: unplug LUNs when events missed
...s. The result is that hotunplug doesn't work properly when
> the number of unplugged LUNs exceeds the event queue size (currently 8).
>
> Scan existing LUNs when events are missed to check if they are still
> present. If not, remove them.
>
> Signed-off-by: Matt Lupfer <mlupfer at ddn.com>
> ---
> drivers/scsi/virtio_scsi.c | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
Please include a changelog in future patch revisions. For example:
Signed-off-by: ...
---
v2:
* Replaced magic constants with sd.h constants [Michael]...
2019 Sep 04
0
[PATCH] scsi: virtio_scsi: unplug LUNs when events missed
...s. The result is that hotunplug doesn't work properly when
> the number of unplugged LUNs exceeds the event queue size (currently 8).
>
> Scan existing LUNs when events are missed to check if they are still
> present. If not, remove them.
>
> Signed-off-by: Matt Lupfer <mlupfer at ddn.com>
> ---
> drivers/scsi/virtio_scsi.c | 31 +++++++++++++++++++++++++++++++
> 1 file changed, 31 insertions(+)
>
> diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c
> index 297e1076e571..18df77bf371b 100644
> --- a/drivers/scsi/virtio_scsi.c
>...