• James Bottomley's avatar
    fix scsi queue plugging behaviour · c2afc04e
    James Bottomley authored
    Following recent changes removing blk_queue_empty(), we were
    incorrectly plugging the queue some times (most often as part of
    the SCSI scan process).  This was causing a non-deterministic panic
    in the scan code because a destroyed queue was sometimes being
    unplugged and run.
    c2afc04e
scsi_lib.c 39.9 KB