commit | 6187c242089d334102be76427a5a020240e6c19a | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Jul 15 15:02:57 2009 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Thu Jul 30 08:49:59 2009 -0500 |
tree | 0817274791e861500ce50a4107fefd8742501a10 | |
parent | a11a52be115889a5d1f738ed2e154807bceed4ee [diff] |
[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>