Re: [RFC][PATCH] libata: enable SATA disk fua detection on default
From: Arvydas Sidorenko <hidden>
Date: 2012-09-09 20:34:20
Also in:
linux-scsi, lkml
From: Arvydas Sidorenko <hidden>
Date: 2012-09-09 20:34:20
Also in:
linux-scsi, lkml
Meanwhile there already has a number of SATA disks that have supported this feature. So I think maybe we can enable it. Regards, Zheng
Blindly enabling FUA by default in my opinion is not a good idea at all. I believe the focus should be on detecting FUA support on the device instead, which the kernel at this point cannot reliably do (is it possible?). This patch introduced regression: https://lkml.org/lkml/2012/8/27/66 Arvydas