diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-05-13 10:35:21 +0200 |
---|---|---|
committer | Kent Overstreet <koverstreet@google.com> | 2013-05-15 00:42:51 -0700 |
commit | bbb1c3b5ae6c6286a5e018786be88f126d769543 (patch) | |
tree | 0f2c36c1f4875afb03071493c4a26c4687ffe292 | |
parent | 867e1162068eb5632c829d453fd65d6089564f55 (diff) | |
download | op-kernel-dev-bbb1c3b5ae6c6286a5e018786be88f126d769543.zip op-kernel-dev-bbb1c3b5ae6c6286a5e018786be88f126d769543.tar.gz |
bcache: drop "select CLOSURES"
The Kconfig entry for BCACHE selects CLOSURES. But there's no Kconfig
symbol CLOSURES. That symbol was used in development versions of bcache,
but was removed when the closures code was no longer provided as a
kernel library. It can safely be dropped.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
-rw-r--r-- | drivers/md/bcache/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/Kconfig b/drivers/md/bcache/Kconfig index 05c220d..f950c9d 100644 --- a/drivers/md/bcache/Kconfig +++ b/drivers/md/bcache/Kconfig @@ -1,7 +1,6 @@ config BCACHE tristate "Block device as cache" - select CLOSURES ---help--- Allows a block device to be used as cache for other devices; uses a btree for indexing and the layout is optimized for SSDs. |