kernel: bump 4.14 to 4.14.248
[openwrt/staging/hauke.git] / target / linux / oxnas / patches-4.14 / 999-libata-hacks.patch
index d5c425b877486879fd16662978a6b6a3ced48043..a8b0f967f06ac1941ee71f146fbc7df0e8b6f8af 100644 (file)
@@ -15,7 +15,7 @@
        /* initialize internal qc */
  
        /* XXX: Tag 0 is used for drivers with legacy EH as some
-@@ -5132,6 +5140,9 @@ struct ata_queued_cmd *ata_qc_new_init(s
+@@ -5136,6 +5144,9 @@ struct ata_queued_cmd *ata_qc_new_init(s
        if (unlikely(ap->pflags & ATA_PFLAG_FROZEN))
                return NULL;
  
@@ -25,7 +25,7 @@
        /* libsas case */
        if (ap->flags & ATA_FLAG_SAS_HOST) {
                tag = ata_sas_allocate_tag(ap);
-@@ -5177,6 +5188,8 @@ void ata_qc_free(struct ata_queued_cmd *
+@@ -5181,6 +5192,8 @@ void ata_qc_free(struct ata_queued_cmd *
                qc->tag = ATA_TAG_POISON;
                if (ap->flags & ATA_FLAG_SAS_HOST)
                        ata_sas_free_tag(tag, ap);