Re: [PATCH 11/12] be2iscsi: _bh for io_sgl_lock and mgmt_sgl_lock

2016-02-01 Thread Johannes Thumshirn
On Mon, Feb 01, 2016 at 03:42:50PM +0530, Jitendra Bhivare wrote: > Processing of mgmt and IO tasks are done in process context and sofitrqs. > > Allocation and freeing of sgl_handles needs to be done under > spin_lock_bh/spin_unlock_bh and move the locks to the routines. > > Signed-off-by: Jiten

[PATCH 11/12] be2iscsi: _bh for io_sgl_lock and mgmt_sgl_lock

2016-02-01 Thread Jitendra Bhivare
Processing of mgmt and IO tasks are done in process context and sofitrqs. Allocation and freeing of sgl_handles needs to be done under spin_lock_bh/spin_unlock_bh and move the locks to the routines. Signed-off-by: Jitendra Bhivare --- drivers/scsi/be2iscsi/be_main.c | 25 ++-