From: Zheng Liu Date: Tue, 8 May 2012 03:24:03 +0000 (+0800) Subject: libata: enable SATA disk fua detection on default X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~40^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91895b786e631ab47b618c901231f22b5a44115b;p=pandora-kernel.git libata: enable SATA disk fua detection on default Currently, SATA disk fua detection is disabled on default because most of devices don't support this feature at that time. With the development of technology, more and more SATA disks support this feature. So now we can enable this detection on default. Although fua detection is defined as a kernel module parameter, it is too hard to set its value because it must be loaded and set before system starts up. That needs to modify initrd file. So it is inconvenient for administrator who needs to manage a huge number of servers. Signed-off-by: Zheng Liu Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed