commit | bd441deaf341c524b28fd72831ebf6fef88f1c41 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Tue Mar 13 12:52:29 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:38:17 2007 -0400 |
tree | f75f1170a90b55992a340c64e2ed52ecbfb19bce | |
parent | 358147403d1506ee43335c152fa3864d90f5ef6e [diff] |
[SCSI] fix write buffer length in scsi_req_map_sg() sg's may have setup a the buffer with a different length than the transfer length so we should be using the bufflen passed in as the request's data len. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>