Re: [PATCH 01/12] be2iscsi: Remove unused mcc_cq_lock

2016-02-01 Thread Martin K. Petersen
> "James" == James Bottomley writes: James> On Mon, 2016-02-01 at 15:42 +0530, Jitendra Bhivare wrote: >> mcc_cq_lock spin_lock is used only in beiscsi_process_mcc which is >> called only when all interrupts are disabled from mgmt_epfw_cleanup >> during unloading of driver. There is no other

Re: [PATCH 01/12] be2iscsi: Remove unused mcc_cq_lock

2016-02-01 Thread James Bottomley
On Mon, 2016-02-01 at 15:42 +0530, Jitendra Bhivare wrote: > mcc_cq_lock spin_lock is used only in beiscsi_process_mcc which is > called > only when all interrupts are disabled from mgmt_epfw_cleanup during > unloading of driver. There is no other context where there can be > contention for the pro

Re: [PATCH 01/12] be2iscsi: Remove unused mcc_cq_lock

2016-02-01 Thread Johannes Thumshirn
On Mon, Feb 01, 2016 at 03:42:40PM +0530, Jitendra Bhivare wrote: > mcc_cq_lock spin_lock is used only in beiscsi_process_mcc which is called > only when all interrupts are disabled from mgmt_epfw_cleanup during > unloading of driver. There is no other context where there can be > contention for th

[PATCH 01/12] be2iscsi: Remove unused mcc_cq_lock

2016-02-01 Thread Jitendra Bhivare
mcc_cq_lock spin_lock is used only in beiscsi_process_mcc which is called only when all interrupts are disabled from mgmt_epfw_cleanup during unloading of driver. There is no other context where there can be contention for the processing of CQ. Signed-off-by: Jitendra Bhivare --- drivers/scsi/be