[libata] Disable FUA

Until problems are sorted.
This commit is contained in:
Jeff Garzik
2006-02-27 22:31:19 -05:00
parent e95a9ec1bb
commit c3c013a2c2
3 changed files with 7 additions and 0 deletions

View File

@@ -1708,6 +1708,8 @@ static int ata_dev_supports_fua(u16 *id)
{
unsigned char model[41], fw[9];
if (!libata_fua)
return 0;
if (!ata_id_has_fua(id))
return 0;