scsi-lowlevel: remove scsi_writeverify16_params

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

View File

@@ -2213,9 +2213,6 @@ scsi_cdb_writeverify16(uint64_t lba, uint32_t xferlen, int blocksize, int wrprot
}
task->expxferlen = xferlen;
task->params.writeverify16.lba = lba;
task->params.writeverify16.num_blocks = xferlen/blocksize;
return task;
}