Revert "fs: Active dynamic fsync by default"
This reverts commit f89ce6df3f.
Signed-off-by: MOVZX <movzx@yahoo.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user