Procházet zdrojové kódy

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>
Paul Bolle před 12 roky
rodič
revize
bbb1c3b5ae
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      drivers/md/bcache/Kconfig

+ 0 - 1
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.