bcache: drop "select CLOSURES"
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 13 May 2013 08:35:21 +0000 (10:35 +0200)
committerKent Overstreet <koverstreet@google.com>
Wed, 15 May 2013 07:42:51 +0000 (00:42 -0700)
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>
drivers/md/bcache/Kconfig

index 05c220d..f950c9d 100644 (file)
@@ -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.