mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 04:06:50 +07:00
cafe563591
Does writethrough and writeback caching, handles unclean shutdown, and has a bunch of other nifty features motivated by real world usage. See the wiki at http://bcache.evilpiepirate.org for more. Signed-off-by: Kent Overstreet <koverstreet@google.com>
8 lines
207 B
Makefile
8 lines
207 B
Makefile
|
|
obj-$(CONFIG_BCACHE) += bcache.o
|
|
|
|
bcache-y := alloc.o btree.o bset.o io.o journal.o writeback.o\
|
|
movinggc.o request.o super.o sysfs.o debug.o util.o trace.o stats.o closure.o
|
|
|
|
CFLAGS_request.o += -Iblock
|