commit | 6ee6a2f0258c064bbc64ad97dc195063457ebebe | [log] [tgz] |
---|---|---|
author | Tony Battersby <tonyb@cybernetics.com> | Wed Nov 14 14:38:43 2007 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed Nov 14 14:52:16 2007 -0600 |
tree | c2c00967dcb1c0f7724dbe40fda013ede6dba76a | |
parent | 505f76b3061f6e74a50f378e45ac931abc1fe784 [diff] |
[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 <tonyb@cybernetics.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>