Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <kent.overstreet@linux.dev>

-1
-1
fs/bcachefs/Kconfig
··· 41 41 config BCACHEFS_DEBUG_TRANSACTIONS 42 42 bool "bcachefs runtime info" 43 43 depends on BCACHEFS_FS 44 - default y 45 44 help 46 45 This makes the list of running btree transactions available in debugfs. 47 46