]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
delete broken 3.10 patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Jul 2015 01:02:37 +0000 (18:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Jul 2015 01:02:37 +0000 (18:02 -0700)
queue-3.10/libata-force-disable-trim-for-supersspeed-s238.patch [deleted file]
queue-3.10/series

diff --git a/queue-3.10/libata-force-disable-trim-for-supersspeed-s238.patch b/queue-3.10/libata-force-disable-trim-for-supersspeed-s238.patch
deleted file mode 100644 (file)
index 8c18a52..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From cda57b1b05cf7b8b99ab4b732bea0b05b6c015cc Mon Sep 17 00:00:00 2001
-From: Arne Fitzenreiter <arne_f@ipfire.org>
-Date: Wed, 15 Jul 2015 13:54:37 +0200
-Subject: libata: force disable trim for SuperSSpeed S238
-
-From: Arne Fitzenreiter <arne_f@ipfire.org>
-
-commit cda57b1b05cf7b8b99ab4b732bea0b05b6c015cc upstream.
-
-This device loses blocks, often the partition table area, on trim.
-Disable TRIM.
-http://pcengines.ch/msata16a.htm
-
-Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
-Signed-off-by: Tejun Heo <tj@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/ata/libata-core.c |    3 +++
- 1 file changed, 3 insertions(+)
-
---- a/drivers/ata/libata-core.c
-+++ b/drivers/ata/libata-core.c
-@@ -4201,6 +4201,9 @@ static const struct ata_blacklist_entry
-       { "PIONEER DVD-RW  DVR-212D",   NULL,   ATA_HORKAGE_NOSETXFER },
-       { "PIONEER DVD-RW  DVR-216D",   NULL,   ATA_HORKAGE_NOSETXFER },
-+      /* devices that don't properly handle TRIM commands */
-+      { "SuperSSpeed S238*",          NULL,   ATA_HORKAGE_NOTRIM, },
-+
-       /*
-        * Some WD SATA-I drives spin up and down erratically when the link
-        * is put into the slumber mode.  We don't have full list of the
index 6268af99d83098f85d6c8d3e0890e67ab9f56cdc..c4ebaa1ece5d1d80200ad8bb6b92af97abca37f3 100644 (file)
@@ -40,4 +40,3 @@ asoc-wm8903-fix-define-for-wm8903_vmid_res_250k.patch
 asoc-wm8960-the-enum-of-dac-polarity-should-be-wm8960_enum.patch
 libata-add-ata_horkage_broken_fpdma_aa-quirk-for-hp-250gb-sata-disk-vb0250eaver.patch
 libata-increase-the-timeout-when-setting-transfer-mode.patch
-libata-force-disable-trim-for-supersspeed-s238.patch