Re: [mpt3sas driver 04/10] mpt3sas: Never block the Enclosure device

2016-02-04 Thread Tomas Henzl
On 28.1.2016 07:37, Suganath prabu Subaramani wrote: > From: Suganath prabu Subramani > > Never block the SEP device (i.e. Never invoke the > scsi_internal_device_block() API for SEP device) even for the delay not > responding events. Blocking the SEP device will create a deadlock while > adding a

[mpt3sas driver 04/10] mpt3sas: Never block the Enclosure device

2016-01-27 Thread Suganath prabu Subaramani
From: Suganath prabu Subramani Never block the SEP device (i.e. Never invoke the scsi_internal_device_block() API for SEP device) even for the delay not responding events. Blocking the SEP device will create a deadlock while adding any device to the OS. Signed-off-by: Suganath prabu Subramani S