Re: [PATCH 17/21] libata: improve SCSI scan failure handling

2007-07-20 Thread Jeff Garzik
Tejun Heo wrote: SCSI scan may fail due to memory allocation failure even if EH is not in progress. Due to use of GFP_ATOMIC in SCSI scan path, allocation failure isn't too rare especially while probing multiple devices at once which is the case when a bunch of devices are connected to PMP.

Re: [PATCH 17/21] libata: improve SCSI scan failure handling

2007-07-20 Thread Tejun Heo
Jeff Garzik wrote: Tejun Heo wrote: SCSI scan may fail due to memory allocation failure even if EH is not in progress. Due to use of GFP_ATOMIC in SCSI scan path, allocation failure isn't too rare especially while probing multiple devices at once which is the case when a bunch of devices are