commit | 6724add1b5cfb020ba8f5532efe430d1ccd5fc30 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Aug 15 01:38:30 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Wed Aug 15 13:09:21 2007 -0500 |
tree | 4c1f0de4c56835934d844ac20cc42a54ee19ce6f | |
parent | 96809f1b15eddae2325b2ab78e6f931edc969074 [diff] |
[SCSI] libiscsi: sync up iscsi and scsi eh's access to the connection The iscsi eh could be tearing down the session/connection while the scsi eh is still sending task management functions. If when we drop the session lock to grab the recv lock, the iscsi eh tears down the connection we will oops. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>