diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-31 17:29:58 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-11-04 19:17:11 +0100 |
commit | 4db8ac8629b1ee75316849b0e8ea5bbf90335706 (patch) | |
tree | fe74d61bbd39451ad9c42a15e0fdc68bae3bbc9e /fs/bcachefs/Kconfig | |
parent | bcachefs: Ensure copygc does not spin (diff) | |
download | linux-4db8ac8629b1ee75316849b0e8ea5bbf90335706.tar.xz linux-4db8ac8629b1ee75316849b0e8ea5bbf90335706.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | fs/bcachefs/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/bcachefs/Kconfig b/fs/bcachefs/Kconfig index df13a4f9a6e3..87dc2e934ad7 100644 --- a/fs/bcachefs/Kconfig +++ b/fs/bcachefs/Kconfig @@ -24,7 +24,6 @@ config BCACHEFS_FS select XXHASH select SRCU select SYMBOLIC_ERRNAME - select MEAN_AND_VARIANCE help The bcachefs filesystem - a modern, copy on write filesystem, with support for multiple devices, compression, checksumming, etc. @@ -78,7 +77,7 @@ config BCACHEFS_NO_LATENCY_ACCT config MEAN_AND_VARIANCE_UNIT_TEST tristate "mean_and_variance unit tests" if !KUNIT_ALL_TESTS depends on KUNIT - select MEAN_AND_VARIANCE + depends on BCACHEFS_FS default KUNIT_ALL_TESTS help This option enables the kunit tests for mean_and_variance module. |