]> Pileus Git - ~andy/linux/commitdiff
[BLOCK] update libata to use new blk_ordered for barriers
authorTejun Heo <htejun@gmail.com>
Fri, 6 Jan 2006 08:55:00 +0000 (09:55 +0100)
committerJens Axboe <axboe@suse.de>
Fri, 6 Jan 2006 08:55:00 +0000 (09:55 +0100)
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>
13 files changed:
drivers/scsi/ahci.c
drivers/scsi/ata_piix.c
drivers/scsi/sata_mv.c
drivers/scsi/sata_nv.c
drivers/scsi/sata_promise.c
drivers/scsi/sata_sil.c
drivers/scsi/sata_sil24.c
drivers/scsi/sata_sis.c
drivers/scsi/sata_svw.c
drivers/scsi/sata_sx4.c
drivers/scsi/sata_uli.c
drivers/scsi/sata_via.c
drivers/scsi/sata_vsc.c

index 887eaa2a3ebf129cd61a5f0ffa401c14c867bd0f..d113290b5fc01ccf977902881eb60b2f699c4bc1 100644 (file)
@@ -214,7 +214,6 @@ static struct scsi_host_template ahci_sht = {
        .dma_boundary           = AHCI_DMA_BOUNDARY,
        .slave_configure        = ata_scsi_slave_config,
        .bios_param             = ata_std_bios_param,
-       .ordered_flush          = 1,
 };
 
 static const struct ata_port_operations ahci_ops = {
index 0ea27873b9fffaa054ec6b535d60a8afe8a59337..4b647eefc9a99a8427b0f1a5ee81f20bbec19555 100644 (file)
@@ -185,7 +185,6 @@ static struct scsi_host_template piix_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 piix_pata_ops = {
index b2bf16a9bf4bffd094164a852a39295eb0fbfc10..cd54244058b513d7d8c56b42c0da6ab1f8c66172 100644 (file)
@@ -374,7 +374,6 @@ static struct scsi_host_template mv_sht = {
        .dma_boundary           = MV_DMA_BOUNDARY,
        .slave_configure        = ata_scsi_slave_config,
        .bios_param             = ata_std_bios_param,
-       .ordered_flush          = 1,
 };
 
 static const struct ata_port_operations mv5_ops = {
index 4954896dfdb9bb5026fa7401fd436f5d74014e81..c0cf52cb975a9386ba7a4b03ec54fcfb35caa08c 100644 (file)
@@ -235,7 +235,6 @@ static struct scsi_host_template nv_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 nv_ops = {
index da7fa04b8a7346713ce60895baa79d30fdf777ff..3d1ea09a06a1726825ad214f9e5236d38af28274 100644 (file)
@@ -114,7 +114,6 @@ static struct scsi_host_template pdc_ata_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 pdc_sata_ops = {
index d2053487c73b985efbd6fa1b44e70a60a246ce57..b017f85e6d6a12598436f2b5279ce734ccee0597 100644 (file)
@@ -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 = {
index a0ad3ed2200a8dd55db0a47605e5fae84c882116..923130185a9e417c4570c04fe88298ce265fe102 100644 (file)
@@ -292,7 +292,6 @@ static struct scsi_host_template sil24_sht = {
        .dma_boundary           = ATA_DMA_BOUNDARY,
        .slave_configure        = ata_scsi_slave_config,
        .bios_param             = ata_std_bios_param,
-       .ordered_flush          = 1, /* NCQ not supported yet */
 };
 
 static const struct ata_port_operations sil24_ops = {
index 32e12620b1625a7f206284a5e85d195118d5baca..2df8c5632ac367a6e7b022efa0facb6874a5bb91 100644 (file)
@@ -99,7 +99,6 @@ static struct scsi_host_template sis_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 sis_ops = {
index 6e7f7c83a75ae52409d1b41a9e397ce19a2d5437..668373590aa4111c6b873abb5163a96cf509e2b0 100644 (file)
@@ -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,
 };
 
 
index 94b253b80da851860ccd3235551dcb7fe88fc1d9..bc87c16c80d2b2377a6ff1ddabaf396d84d428f4 100644 (file)
@@ -194,7 +194,6 @@ static struct scsi_host_template pdc_sata_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 pdc_20621_ops = {
index b2422a0f25c89755b8b8bacfe11d9ce0c1e455be..9635ca7009770b823adbc79f0fa944acf70f0186 100644 (file)
@@ -87,7 +87,6 @@ static struct scsi_host_template uli_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 uli_ops = {
index c76215692da2079302a01cd50cf120531d953b38..6d5b0a794cfdf056e9abcf4272cca7709b9cba2a 100644 (file)
@@ -106,7 +106,6 @@ static struct scsi_host_template svia_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 svia_sata_ops = {
index fcfa486965b4035b6106f02fec92be1b3007935d..2e2c3b7acb0c9a5704b359c2db0719879644e866 100644 (file)
@@ -235,7 +235,6 @@ static struct scsi_host_template vsc_sata_sht = {
        .dma_boundary           = ATA_DMA_BOUNDARY,
        .slave_configure        = ata_scsi_slave_config,
        .bios_param             = ata_std_bios_param,
-       .ordered_flush          = 1,
 };