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)
commitbf61dcdfc12c3890c7a062cfcd46c443883defc9
treed1f68171b2d35c7cb656d3a88e066585203638e8
parent9fcdd23b6eea3f04475cd9cfb4497f6e26906061
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>
fs/bcachefs/Kconfig