[SCSI] fix write buffer length in scsi_req_map_sg()
authorMike Christie <michaelc@cs.wisc.edu>
Tue, 13 Mar 2007 17:52:29 +0000 (12:52 -0500)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:38:17 +0000 (14:38 -0400)
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>

No differences found