]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/ide-disk.c
ide: pass command instead of request to ide_pio_datablock()
[linux-2.6-omap-h63xx.git] / drivers / ide / ide-disk.c
index 6647cb8bd910e65811bfd7d0546fe2abba092050..f1555dd4e6a50f4ad417a1f60df8d807d259d5c5 100644 (file)
@@ -156,6 +156,8 @@ static ide_startstop_t __ide_do_rw_disk(ide_drive_t *drive, struct request *rq,
                tf->device = head;
        }
 
+       cmd.tf_flags |= IDE_TFLAG_FS;
+
        if (rq_data_dir(rq))
                cmd.tf_flags |= IDE_TFLAG_WRITE;