OSDN Git Service

libata: widen Crucial M550 blacklist matching
authorTejun Heo <tj@kernel.org>
Mon, 18 Aug 2014 21:40:09 +0000 (17:40 -0400)
committerTejun Heo <tj@kernel.org>
Mon, 18 Aug 2014 21:40:09 +0000 (17:40 -0400)
commit2a13772a144d2956a7fedd18685921d0a9b8b783
tree10cce8697f53f12e1315d41253119aa5c1fe233e
parent4dc7c76cd500fa78c64adfda4b070b870a2b993c
libata: widen Crucial M550 blacklist matching

Crucial M550 may cause data corruption on queued trims and is
blacklisted.  The pattern used for it fails to match 1TB one as the
capacity section will be four chars instead of three.  Widen the
pattern.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Charles Reiss <woggling@gmail.com>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81071
Cc: stable@vger.kernel.org
drivers/ata/libata-core.c