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

bcachefs: Fix MEAN_AND_VARIANCE kconfig options

Fixes:

https://lore.kernel.org/linux-bcachefs/CAMuHMdXpwMdLuoWsNGa8qacT_5Wv-vSTz0xoBR5n_fnD9cNOuQ@mail.gmail.com/

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+1 -2
+1 -2
fs/bcachefs/Kconfig
··· 24 24 select XXHASH 25 25 select SRCU 26 26 select SYMBOLIC_ERRNAME 27 - select MEAN_AND_VARIANCE 28 27 help 29 28 The bcachefs filesystem - a modern, copy on write filesystem, with 30 29 support for multiple devices, compression, checksumming, etc. ··· 77 78 config MEAN_AND_VARIANCE_UNIT_TEST 78 79 tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS 79 80 depends on KUNIT 80 - select MEAN_AND_VARIANCE 81 + depends on BCACHEFS_FS 81 82 default KUNIT_ALL_TESTS 82 83 help 83 84 This option enables the kunit tests for mean_and_variance module.