Skip to content

Commit 4db8ac8

Browse files
author
Kent Overstreet
committed
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 parent 1f7056b commit 4db8ac8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

fs/bcachefs/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ config BCACHEFS_FS
2424
select XXHASH
2525
select SRCU
2626
select SYMBOLIC_ERRNAME
27-
select MEAN_AND_VARIANCE
2827
help
2928
The bcachefs filesystem - a modern, copy on write filesystem, with
3029
support for multiple devices, compression, checksumming, etc.
@@ -78,7 +77,7 @@ config BCACHEFS_NO_LATENCY_ACCT
7877
config MEAN_AND_VARIANCE_UNIT_TEST
7978
tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS
8079
depends on KUNIT
81-
select MEAN_AND_VARIANCE
80+
depends on BCACHEFS_FS
8281
default KUNIT_ALL_TESTS
8382
help
8483
This option enables the kunit tests for mean_and_variance module.

0 commit comments

Comments
 (0)