mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[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>
This commit is contained in:
parent
007365ad60
commit
93c9338713
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user