[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmd
authorTimothy Thelin <Timothy.Thelin@wdc.com>
Wed, 14 Sep 2005 02:56:28 +0000 (19:56 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Wed, 14 Sep 2005 20:54:12 +0000 (16:54 -0400)
commit186d330e682210100c671355580a8592e4a21692
tree63c9956263463c950c2965a5e871508d41aa9de3
parenta89f29f6ea8dba0b7c4ae5d1d0b43de6cb500ea6
[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmd

This fixes an issue in scsi command initialization from a request
where sd, sr, st, and scsi_lib all fail to copy the request's
cmd_len to the scsi command's cmd_len field.

Signed-off-by: Timothy Thelin <timothy.thelin@wdc.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_lib.c
drivers/scsi/sd.c
drivers/scsi/sr.c
drivers/scsi/st.c