git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f47f2cf
)
[SCSI] libiscsi: don't call into lld to cleanup task
author
Mike Christie
<michaelc@cs.wisc.edu>
Thu, 31 Aug 2006 22:09:34 +0000
(18:09 -0400)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Sat, 2 Sep 2006 18:37:40 +0000
(13:37 -0500)
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>
No differences found