summaryrefslogtreecommitdiff
path: root/drivers/scsi/sata_svw.c
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-01-06 08:55:00 (GMT)
committerJens Axboe <axboe@suse.de>2006-01-06 08:55:00 (GMT)
commit93c9338713d4e11102cd09b4670ad42a336b06a3 (patch)
tree88de622c74859a499570bb9c529915f12240bdcb /drivers/scsi/sata_svw.c
parent007365ad60387df30f02f01fdc2b6e6432f6c265 (diff)
downloadlinux-fsl-qoriq-93c9338713d4e11102cd09b4670ad42a336b06a3.tar.xz
[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_svw.c')
-rw-r--r--drivers/scsi/sata_svw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c
index 6e7f7c8..6683735 100644
--- a/drivers/scsi/sata_svw.c
+++ b/drivers/scsi/sata_svw.c
@@ -303,7 +303,6 @@ static struct scsi_host_template k2_sata_sht = {
.proc_info = k2_sata_proc_info,
#endif
.bios_param = ata_std_bios_param,
- .ordered_flush = 1,
};