From: Shaohua Li Date: Sat, 24 Jan 2015 04:17:59 +0000 (-0800) Subject: libata: make sata_sil24 use fifo tag allocator X-Git-Tag: v4.0-rc1~100^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9269e23496dd;p=karo-tx-linux.git libata: make sata_sil24 use fifo tag allocator libata starts using block tag now, we can use BLK_TAG_ALLOC_FIFO to solve the sata_sil24 tag bug. https://bugzilla.kernel.org/show_bug.cgi?id=87101 Cc: Christoph Hellwig Signed-off-by: Shaohua Li Acked-by: Tejun Heo Acked-by: Dan Williams Signed-off-by: Jens Axboe --- diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c index d81b20ddb527..52428971ba94 100644 --- a/drivers/ata/sata_sil24.c +++ b/drivers/ata/sata_sil24.c @@ -388,6 +388,7 @@ static struct scsi_host_template sil24_sht = { .can_queue = SIL24_MAX_CMDS, .sg_tablesize = SIL24_MAX_SGE, .dma_boundary = ATA_DMA_BOUNDARY, + .tag_alloc_policy = BLK_TAG_ALLOC_FIFO, }; static struct ata_port_operations sil24_ops = {