Skip to content

Commit 5e7fec2

Browse files
committed
Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata fixlet from Tejun Heo: "Simple blacklist entry addition" * 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: Add factory recertified Crucial M500s to blacklist
2 parents b29083c + 7a7184b commit 5e7fec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ata/libata-core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4230,6 +4230,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
42304230
ATA_HORKAGE_ZERO_AFTER_TRIM, },
42314231
{ "Samsung SSD 8*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |
42324232
ATA_HORKAGE_ZERO_AFTER_TRIM, },
4233+
{ "FCCT*M500*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |
4234+
ATA_HORKAGE_ZERO_AFTER_TRIM, },
42334235

42344236
/* devices that don't properly handle TRIM commands */
42354237
{ "SuperSSpeed S238*", NULL, ATA_HORKAGE_NOTRIM, },

0 commit comments

Comments
 (0)