From: Kent Overstreet Date: Sat, 4 Nov 2023 22:31:42 +0000 (-0400) Subject: bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to y X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf61dcdfc12c3890c7a062cfcd46c443883defc9;p=linux.git bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to y BCACHEFS_DEBUG_TRANSACTIONS is useful, but it's too expensive to have on by default - and it hasn't been coming up in bug reports. Turn it off by default until we figure out a way to make it cheaper. Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/Kconfig b/fs/bcachefs/Kconfig index 87dc2e934ad7c..c08c2c7d6fbba 100644 --- a/fs/bcachefs/Kconfig +++ b/fs/bcachefs/Kconfig @@ -41,7 +41,6 @@ config BCACHEFS_POSIX_ACL config BCACHEFS_DEBUG_TRANSACTIONS bool "bcachefs runtime info" depends on BCACHEFS_FS - default y help This makes the list of running btree transactions available in debugfs.