diff --git a/fs/Kconfig b/fs/Kconfig index e53d59006e43..e22e48d88a2f 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -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 diff --git a/include/linux/dyn_sync_cntrl.h b/include/linux/dyn_sync_cntrl.h index a7f82d263313..9d80602d4632 100644 --- a/include/linux/dyn_sync_cntrl.h +++ b/include/linux/dyn_sync_cntrl.h @@ -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