ide: move command related fields from ide_hwif_t to struct ide_cmd
* Move command related fields from ide_hwif_t to struct ide_cmd. * Make ide_init_sg_cmd() take command and sectors number as arguments. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
此提交包含在:
@@ -429,7 +429,7 @@ sgiioc4_build_dma_table(ide_drive_t * drive, struct request *rq, int ddir)
|
||||
{
|
||||
ide_hwif_t *hwif = drive->hwif;
|
||||
unsigned int *table = hwif->dmatable_cpu;
|
||||
unsigned int count = 0, i = hwif->sg_nents;
|
||||
unsigned int count = 0, i = hwif->cmd.sg_nents;
|
||||
struct scatterlist *sg = hwif->sg_table;
|
||||
|
||||
while (i && sg_dma_len(sg)) {
|
||||
|
新增問題並參考
封鎖使用者