Revert "fs: Active dynamic fsync by default"

This reverts commit f89ce6df3f.

Signed-off-by: MOVZX <movzx@yahoo.com>
This commit is contained in:
2025-12-06 11:20:55 +07:00
parent fcce78f645
commit f7613b2630
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 y
default n
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 true
#define DYN_FSYNC_ACTIVE_DEFAULT false
#define DYN_FSYNC_VERSION_MAJOR 2
#define DYN_FSYNC_VERSION_MINOR 2