The rpc server does not require that service threads take the BKL.
[safe/jmp/linux-2.6] / fs / fscache / Makefile
index ecf6946..6d56153 100644 (file)
@@ -7,10 +7,14 @@ fscache-y := \
        cookie.o \
        fsdef.o \
        main.o \
-       netfs.o
+       netfs.o \
+       object.o \
+       operation.o \
+       page.o
 
 fscache-$(CONFIG_PROC_FS) += proc.o
 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
+fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
 
 obj-$(CONFIG_FSCACHE) := fscache.o