commit | 46edcf3be4674460f3fd399ec37b711ef6c61336 | [log] [tgz] |
---|---|---|
author | ot905302 <ot_qian.cheng@mediatek.com> | Tue Sep 13 17:56:53 2022 +0800 |
committer | chuanghua zhao <Chuanghua.Zhao@mediatek.com> | Thu Sep 29 01:25:28 2022 +0000 |
tree | 0b90bc382d4728461a9bcde3117a68e42a3fbb93 | |
parent | eca09fa8f941d7bbae4b1a3c0c1494c0601cef53 [diff] |
Change the default value of sync mode to NORMAL When journal mode is WAL ,the default sync mode is FULL. In Android S when journal mode is WAL,the default sync mode is NORMAL. In the annotation of google it's said when journal mode is WAL, the best sync mode should be NORMAL. Incorrect sync mode cause performance drop. Bug: 246753316 Test: run fs benchmark Change-Id: I8110d66091cd443db9b09f6e8564f9d97f5e7297