diff options
| author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-17 16:35:23 -0800 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-19 14:47:33 -0400 |
| commit | 8c8d2d9670e813d623d8a2cbc881cb57344f4d37 (patch) | |
| tree | 3bb46e7b0c19a2242829bad8b56fd33d52629c77 /lib/Kconfig | |
| parent | locking: export contention tracepoints for bcachefs six locks (diff) | |
| download | linux-8c8d2d9670e813d623d8a2cbc881cb57344f4d37.tar.gz linux-8c8d2d9670e813d623d8a2cbc881cb57344f4d37.zip | |
bcache: move closures to lib/
Prep work for bcachefs - being a fork of bcache it also uses closures
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Acked-by: Coly Li <colyli@suse.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index c686f4adc124..263aa6ae8d7c 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -506,6 +506,9 @@ config ASSOCIATIVE_ARRAY for more information. +config CLOSURES + bool + config HAS_IOMEM bool depends on !NO_IOMEM |
