Skip to content

Commit

Permalink
bcache: drop "select CLOSURES"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Kent Overstreet committed May 15, 2013
1 parent 867e116 commit bbb1c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/md/bcache/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bbb1c3b

Please sign in to comment.