[SCSI] libiscsi: don't call into lld to cleanup task
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 31 Aug 2006 22:09:34 +0000 (18:09 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 2 Sep 2006 18:37:40 +0000 (13:37 -0500)
commite648f63c6520d6e572573149c16a64d2c5ad7ec5
tree4561ce970213236ec2c3ee732a053a8ae5917e99
parentf47f2cf5d4acf929a3aaa6957c3fc4622c358703
[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>
drivers/scsi/libiscsi.c