[SCSI] libiscsi: disable bh in and abort handler.
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 15 Jul 2009 20:02:57 +0000 (15:02 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 30 Jul 2009 13:49:59 +0000 (08:49 -0500)
commit6187c242089d334102be76427a5a020240e6c19a
tree0817274791e861500ce50a4107fefd8742501a10
parenta11a52be115889a5d1f738ed2e154807bceed4ee
[SCSI] libiscsi: disable bh in and abort handler.

The session lock can be held in the scsi eh thread or the completion
paths run from the net softirq. This disables bhs in iscsi_eh_abort when
taking the session lock.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libiscsi.c