commit | e648f63c6520d6e572573149c16a64d2c5ad7ec5 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Aug 31 18:09:34 2006 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sat Sep 02 13:37:40 2006 -0500 |
tree | 4561ce970213236ec2c3ee732a053a8ae5917e99 | |
parent | f47f2cf5d4acf929a3aaa6957c3fc4622c358703 [diff] |
[SCSI] libiscsi: don't call into lld to cleanup task In the normal IO path we should not be calling back into the LLD since the LLD will have cleaned up the task before or after calling complete pdu. For the fail_command path we still need to do this to force the cleanup. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>