RE: [PATCH 3/7] megaraid_sas : Do not process IOCTLs and SCSI commands during driver removal

2014-11-12 Thread Kashyap Desai
fradead.org'; > 'jbottom...@parallels.com'; 'aradf...@gmail.com' > Subject: RE: [PATCH 3/7] megaraid_sas : Do not process IOCTLs and SCSI > commands during driver removal > > > > > -Original Message- > > From: Tomas Henzl [mailto:the..

RE: [PATCH 3/7] megaraid_sas : Do not process IOCTLs and SCSI commands during driver removal

2014-11-12 Thread Kashyap Desai
otech.com; > aradf...@gmail.com > Subject: Re: [PATCH 3/7] megaraid_sas : Do not process IOCTLs and SCSI > commands during driver removal > > On 11/10/2014 01:21 PM, sumit.sax...@avagotech.com wrote: > > Do not process any SCSI and IOCTL command further(return them with &

Re: [PATCH 3/7] megaraid_sas : Do not process IOCTLs and SCSI commands during driver removal

2014-11-11 Thread Tomas Henzl
On 11/10/2014 01:21 PM, sumit.sax...@avagotech.com wrote: > Do not process any SCSI and IOCTL command further(return them with > appropriate return values to callers), > while driver removal is in progress/PCI shutdown is invoked. > > Signed-off-by: Sumit Saxena > Signed-off-by: Kashyap Desai >

[PATCH 3/7] megaraid_sas : Do not process IOCTLs and SCSI commands during driver removal

2014-11-10 Thread Sumit.Saxena
Do not process any SCSI and IOCTL command further(return them with appropriate return values to callers), while driver removal is in progress/PCI shutdown is invoked. Signed-off-by: Sumit Saxena Signed-off-by: Kashyap Desai --- drivers/scsi/megaraid/megaraid_sas_base.c | 20