diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-25 18:19:10 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-25 18:19:10 -0800 |
commit | 31860830f9aea7b523cb3456050c6349e8bb41cf (patch) | |
tree | 2eb019092f25bc857f1d5eccd1fc5e4132959fdf | |
parent | 9ef7f9ae860e0ee6c28cc8bd51efceea0e3375b0 (diff) |
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
-rw-r--r-- | drivers/md/bcache/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |