From: zab Date: Fri, 23 May 2003 21:34:00 +0000 (+0000) Subject: - add mdc, obdfilter, and lov to the mix X-Git-Tag: v1_7_100~1^90~50 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=03b641dfea5708c3fef1eb769097ae67d4f1b8aa;p=fs%2Flustre-release.git - add mdc, obdfilter, and lov to the mix - 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 --- diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk index d69a37c..b06029d 100644 --- a/lustre/Makefile.mk +++ b/lustre/Makefile.mk @@ -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/ diff --git a/lustre/mds/Makefile.mk b/lustre/mds/Makefile.mk index 4438578..8d2a40e 100644 --- a/lustre/mds/Makefile.mk +++ b/lustre/mds/Makefile.mk @@ -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)