fs: Active dynamic fsync by default

Signed-off-by: aminfauzi <aremean0107@gmail.com>
This commit is contained in:
aminfauzi
2025-09-13 12:29:38 +08:00
committed by theshaenix
parent 2f704d4250
commit f89ce6df3f
2 changed files with 2 additions and 2 deletions

View File

@@ -327,7 +327,7 @@ config FILE_TABLE_DEBUG
config DYNAMIC_FSYNC
bool "dynamic file sync control"
default n
default y
help
An experimental file sync control using new power_suspend driver

View File

@@ -6,7 +6,7 @@
* sdm845 changes by pappschlumpf (Erik Müller)
*/
#define DYN_FSYNC_ACTIVE_DEFAULT false
#define DYN_FSYNC_ACTIVE_DEFAULT true
#define DYN_FSYNC_VERSION_MAJOR 2
#define DYN_FSYNC_VERSION_MINOR 2