Commit bf61dcdf authored by Kent Overstreet's avatar Kent Overstreet

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: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 9fcdd23b
...@@ -41,7 +41,6 @@ config BCACHEFS_POSIX_ACL ...@@ -41,7 +41,6 @@ config BCACHEFS_POSIX_ACL
config BCACHEFS_DEBUG_TRANSACTIONS config BCACHEFS_DEBUG_TRANSACTIONS
bool "bcachefs runtime info" bool "bcachefs runtime info"
depends on BCACHEFS_FS depends on BCACHEFS_FS
default y
help help
This makes the list of running btree transactions available in debugfs. This makes the list of running btree transactions available in debugfs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment