scsi-lowlevel: remove scsi_read10_params

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
This commit is contained in:
Arne Redlich
2012-11-18 21:35:37 +01:00
parent d95e811ccf
commit f955449ecc
2 changed files with 0 additions and 8 deletions

View File

@@ -1067,9 +1067,6 @@ scsi_cdb_read10(uint32_t lba, uint32_t xferlen, int blocksize, int rdprotect, in
}
task->expxferlen = xferlen;
task->params.read10.lba = lba;
task->params.read10.num_blocks = xferlen/blocksize;
return task;
}