• Doug Ledford's avatar
    Change all uses of device->request_queue (was struct, now pointer) · 7b253dfa
    Doug Ledford authored
    Update scsi_scan so that we don't pass around a scsi_device struct for
        	scanning.  Instead, we pass around a request_queue during
        	scanning and create and destroy device structs as needed.  This
        	allows us to have a 1:1 correlation between scsi_alloc_sdev()
        	and scsi_free_sdev() calls, which we didn't have before.
    7b253dfa
scsi_lib.c 33.3 KB