[SCSI] tgt: set the data length properly
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sat, 1 Mar 2008 06:36:36 +0000 (15:36 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 3 Mar 2008 19:19:35 +0000 (13:19 -0600)
commitcccddc2d15c32bdb6972aaf98f4c9e3e807833df
treeba849917dd8c20abc0ce9a2d9fe1551699b02122
parent36802e99894e9757de2441b4f719c05a29495dc5
[SCSI] tgt: set the data length properly

scsi_tgt uses REQ_TYPE_BLOCK_PC so scsi_init_io doesn't set the length
for us. scsi_tgt needs to do it by itself.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_tgt_lib.c