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
|