]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ocfs2: make 'buffered' as the default coherency option
authorWengang Wang <wen.gang.wang@oracle.com>
Fri, 20 Dec 2013 04:54:42 +0000 (12:54 +0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 30 Jun 2015 02:56:21 +0000 (19:56 -0700)
commit9d6f7b388a677472ca33ab303394b30730cb1ef5
treee7408296008fd79a03430589ceab26f948f464d2
parent679086079654fc0301292c7b4d4e19b95b7b9010
ocfs2: make 'buffered' as the default coherency option

Orabug: 17988729

Customers upgrading to uek2 and above will see the default coherency option
set to 'full' which impacts -ve performance. This patch changes coherence
option to buffered which keeps the default behaviour same as old(UEK1).
If an application that does direct i/o needs cache coherency then they can
use mount option 'coherency=full'

Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
Acked-by: Srinivas Eeda <srinivas.eeda@oracle.com>
(cherry picked from commit 020a20029508d2d7f36470bebd23f053de4b0dbe)
fs/ocfs2/super.c