bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to y
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 4 Nov 2023 22:31:42 +0000 (18:31 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 5 Nov 2023 02:19:13 +0000 (22:19 -0400)
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 <kent.overstreet@linux.dev>
fs/bcachefs/Kconfig

index 87dc2e934ad7c81d5465a3f5da9a27d66733d2c6..c08c2c7d6fbbab79e34b0321b7bdc300fd575dfb 100644 (file)
@@ -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.