The rpc server does not require that service threads take the BKL.
[safe/jmp/linux-2.6] / fs / fscache / Makefile
index bc1f3b9..6d56153 100644 (file)
@@ -3,11 +3,18 @@
 #
 
 fscache-y := \
+       cache.o \
+       cookie.o \
        fsdef.o \
-       main.o
+       main.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