aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil.c
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-01-06 09:55:00 +0100
committerJens Axboe <axboe@suse.de>2006-01-06 09:55:00 +0100
commit93c9338713d4e11102cd09b4670ad42a336b06a3 (patch)
tree88de622c74859a499570bb9c529915f12240bdcb /drivers/scsi/sata_sil.c
parent[BLOCK] scsi: add FUA support to sd (diff)
downloadlinux-dev-93c9338713d4e11102cd09b4670ad42a336b06a3.tar.xz
linux-dev-93c9338713d4e11102cd09b4670ad42a336b06a3.zip
[BLOCK] update libata to use new blk_ordered for barriers
Reflect changes in SCSI midlayer and updated to use new ordered request implementation Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to 'drivers/scsi/sata_sil.c')
-rw-r--r--drivers/scsi/sata_sil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sata_sil.c b/drivers/scsi/sata_sil.c
index d2053487c73b..b017f85e6d6a 100644
--- a/drivers/scsi/sata_sil.c
+++ b/drivers/scsi/sata_sil.c
@@ -147,7 +147,6 @@ static struct scsi_host_template sil_sht = {
.dma_boundary = ATA_DMA_BOUNDARY,
.slave_configure = ata_scsi_slave_config,
.bios_param = ata_std_bios_param,
- .ordered_flush = 1,
};
static const struct ata_port_operations sil_ops = {