From: Tony Battersby Date: Wed, 14 Nov 2007 20:38:43 +0000 (-0600) Subject: [SCSI] iscsi: return data transfer residual for data-out commands X-Git-Tag: v2.6.24-rc4~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee6a2f0258c064bbc64ad97dc195063457ebebe;p=pandora-kernel.git [SCSI] iscsi: return data transfer residual for data-out commands Currently, the iSCSI driver returns the data transfer residual for data-in commands (e.g. read) but not data-out commands (e.g. write). This patch makes it return the data transfer residual for both types of commands. Signed-off-by: Tony Battersby Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed