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 /drivers/md/bcache/Makefile | |
| parent | 957e48087dfa38c976407f82e7525277d17a27ae (diff) | |
| download | linux-next-8c8d2d9670e813d623d8a2cbc881cb57344f4d37.tar.gz linux-next-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 'drivers/md/bcache/Makefile')
| -rw-r--r-- | drivers/md/bcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/bcache/Makefile b/drivers/md/bcache/Makefile index 5b87e59676b8..054e8a33a7ab 100644 --- a/drivers/md/bcache/Makefile +++ b/drivers/md/bcache/Makefile @@ -2,6 +2,6 @@ obj-$(CONFIG_BCACHE) += bcache.o -bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\ - io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\ +bcache-y := alloc.o bset.o btree.o debug.o extents.o io.o\ + journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\ util.o writeback.o features.o |
