Whamcloud - gitweb
- add mdc, obdfilter, and lov to the mix
authorzab <zab>
Fri, 23 May 2003 21:34:00 +0000 (21:34 +0000)
committerzab <zab>
Fri, 23 May 2003 21:34:00 +0000 (21:34 +0000)
- static out more duplicate lprocfs symbols, xprocfs too
- move lustre code to the 2.5 d_hash hlist_ api and have compat map it back to
  2.4's list_heads
- ->bmap now enjoys sector_t

lustre/Makefile.mk
lustre/mds/Makefile.mk

index d69a37c..b06029d 100644 (file)
@@ -9,10 +9,14 @@ obj-y += obdclass/
 obj-y += lib/
 obj-y += ptlrpc/
 obj-y += ldlm/
-#obj-y += mds/
+obj-y += obdfilter/
+obj-y += mdc/
+obj-y += mds/
 obj-y += obdecho/
 obj-y += osc/
 obj-y += ost/
+obj-y += lov/
+#obj-y += llite/
 
 # portals needs to be before utils/, which pulls in ptlctl objects
 obj-m += utils/
index 4438578..8d2a40e 100644 (file)
@@ -7,14 +7,3 @@ include $(src)/../portals/Kernelenv
 
 obj-y += mds.o
 mds-objs := mds_lov.o handler.o mds_reint.o mds_fs.o lproc_mds.o mds_open.o
-
-#martians := mds_updates.c simple.c target.c
-#
-#$(addprefix $(obj)/, $(martians)): $(obj)/%: $(src)/../lib/%
-#      @rm -f $@
-#      ln -s ../lib/$* $@
-#
-#mds-objs := mds_lov.o handler.o mds_reint.o mds_fs.o lproc_mds.o mds_open.o \
-#              $(patsubst %.c, %.o, $(martians))
-#
-#clean-files := $(martians)