Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux-block.git] / fs / cachefiles / Makefile
index 02fd177317697e8bf7915d3daa966bcdee4ecc55..16d811f1a2faed8fe08baf98db6dfe752ee81de0 100644 (file)
@@ -4,15 +4,17 @@
 #
 
 cachefiles-y := \
-       bind.o \
+       cache.o \
        daemon.o \
        interface.o \
        io.o \
        key.o \
        main.o \
        namei.o \
-       rdwr.o \
        security.o \
+       volume.o \
        xattr.o
 
+cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o
+
 obj-$(CONFIG_CACHEFILES) := cachefiles.o