[SCSI] libiscsi: add completion function for drivers that do not need pdu processing
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 5 Sep 2009 02:04:23 +0000 (07:34 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 12 Sep 2009 14:35:33 +0000 (09:35 -0500)
commit4c0ba5d2593b5156327263f3ef6d7399dc0717b8
tree2870f60c768f004f54aaf9d140612667edea4100
parentdd784edcfc080fb4c83f1f3d10d905c5ab61616f
[SCSI] libiscsi: add completion function for drivers that do not need pdu processing

beiscsi does not need the iscsi scsi cmd processing. It does not
even get this info on the completion path. This adds a function
to just update the sequencing numbers and complete a task.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Jayamohan Kallickal <jayamohank@serverengines.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libiscsi.c
include/scsi/libiscsi.h