]> git.baikalelectronics.ru Git - kernel.git/commit
libata: enable SATA disk fua detection on default
authorZheng Liu <wenqing.lz@taobao.com>
Tue, 8 May 2012 03:24:03 +0000 (11:24 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 17 Aug 2012 17:57:12 +0000 (13:57 -0400)
commitfe6b9172c0506c775565e6fa287e8a988d017fc6
tree0fa791a09ab319a41d362547150692dda510f623
parent7ce90278ef9f2ae51161304a081be009050169dc
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 <wenqing.lz@taobao.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c