commit | bd5354511d00cb9c81c64b0544786807a2209488 | [log] [tgz] |
---|---|---|
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | Fri Oct 07 19:31:10 2011 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Sun Oct 16 11:03:19 2011 -0500 |
tree | 4b6c293978decaa611a86c1c49fb6e477c88fe60 | |
parent | 685e16fdcf4324fe75ff28940311598f01704eaa [diff] |
[SCSI] be2iscsi: Fix for case where task->sc was cleanedup earlier This patch fixes a bug where the task->sc was cleaned up earlier on a different thread, possibly abort, and the completion comes later. This was causing a crash which has been reported in multiple places Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>