From 31860830f9aea7b523cb3456050c6349e8bb41cf Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 25 Aug 2016 18:19:10 -0800 Subject: bcache: select COMPACTION if bcache is enabled bcache does high order page allocations and registering/mounting will often not work if compaction isn't enabled, this trips too many people up --- drivers/md/bcache/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/md/bcache/Kconfig b/drivers/md/bcache/Kconfig index 5532b1f36a36..0f698426fc74 100644 --- a/drivers/md/bcache/Kconfig +++ b/drivers/md/bcache/Kconfig @@ -1,6 +1,7 @@ config BCACHE tristate "Block device as cache" + select COMPACTION select LIBCRC32C select CRYPTO_SHA1 select FS_POSIX_ACL -- cgit v1.2.3