Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbb1c3b5 authored by Paul Bolle's avatar Paul Bolle Committed by Kent Overstreet
Browse files

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: default avatarPaul Bolle <pebolle@tiscali.nl>
parent 867e1162
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line

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.