Whamcloud - gitweb
r=phil
authorjacob <jacob>
Tue, 29 Mar 2005 05:27:18 +0000 (05:27 +0000)
committerjacob <jacob>
Tue, 29 Mar 2005 05:27:18 +0000 (05:27 +0000)
remove unused files.

29 files changed:
lnet/Makefile.mk [deleted file]
lnet/klnds/Makefile.mk [deleted file]
lnet/klnds/gmlnd/Makefile.mk [deleted file]
lnet/klnds/iiblnd/Makefile.mk [deleted file]
lnet/klnds/openiblnd/Makefile.mk [deleted file]
lnet/klnds/socklnd/Makefile.mk [deleted file]
lnet/klnds/viblnd/Makefile.mk [deleted file]
lnet/libcfs/Makefile.mk [deleted file]
lnet/lnet/Makefile.mk [deleted file]
lnet/router/Makefile.mk [deleted file]
lnet/tests/Makefile.mk [deleted file]
lnet/utils/Makefile.mk [deleted file]
lustre/Makefile.mk [deleted file]
lustre/cmobd/Makefile.mk [deleted file]
lustre/ldlm/Makefile.mk [deleted file]
lustre/llite/Makefile.mk [deleted file]
lustre/lmv/Makefile.mk [deleted file]
lustre/lov/Makefile.mk [deleted file]
lustre/lvfs/Makefile.mk [deleted file]
lustre/mdc/Makefile.mk [deleted file]
lustre/mds/Makefile.mk [deleted file]
lustre/obdclass/Makefile.mk [deleted file]
lustre/obdecho/Makefile.mk [deleted file]
lustre/obdfilter/Makefile.mk [deleted file]
lustre/osc/Makefile.mk [deleted file]
lustre/ost/Makefile.mk [deleted file]
lustre/ptlrpc/Makefile.mk [deleted file]
lustre/tests/Makefile.mk [deleted file]
lustre/utils/Makefile.mk [deleted file]

diff --git a/lnet/Makefile.mk b/lnet/Makefile.mk
deleted file mode 100644 (file)
index 73a19df..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-include $(src)/Kernelenv
-
-# The ordering of these determines the order that each subsystem's 
-# module_init() functions are called in.  if these are changed make sure
-# they reflect the dependencies between each subsystem's _init functions.
-obj-y += libcfs/
-obj-y += portals/
-obj-y += router/
-obj-y += knals/
-obj-y += tests/
-
-obj-m += utils/
diff --git a/lnet/klnds/Makefile.mk b/lnet/klnds/Makefile.mk
deleted file mode 100644 (file)
index 454ee16..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-include $(obj)/../Kernelenv
-
-obj-y = socknal/
-obj-y = lonal/
-# more coming...
diff --git a/lnet/klnds/gmlnd/Makefile.mk b/lnet/klnds/gmlnd/Makefile.mk
deleted file mode 100644 (file)
index b799a47..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include ../../Kernelenv
-
-obj-y += gmnal.o
-gmnal-objs    := gmnal_api.o gmnal_cb.o gmnal_utils.o gmnal_comm.o gmnal_module.o
-
diff --git a/lnet/klnds/iiblnd/Makefile.mk b/lnet/klnds/iiblnd/Makefile.mk
deleted file mode 100644 (file)
index 0459a20..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += kiibnal.o
-kiibnal-objs := iibnal.o iibnal_cb.o
-
diff --git a/lnet/klnds/openiblnd/Makefile.mk b/lnet/klnds/openiblnd/Makefile.mk
deleted file mode 100644 (file)
index bd8043e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += kopenibnal.o
-kopenibnal-objs := openibnal.o openibnal_cb.o
-
diff --git a/lnet/klnds/socklnd/Makefile.mk b/lnet/klnds/socklnd/Makefile.mk
deleted file mode 100644 (file)
index 5c1b366..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += ksocknal.o
-ksocknal-objs    := socknal.o socknal_cb.o
-
diff --git a/lnet/klnds/viblnd/Makefile.mk b/lnet/klnds/viblnd/Makefile.mk
deleted file mode 100644 (file)
index ffc1510..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += kvibnal.o
-kvibnal-objs := vibnal.o vibnal_cb.o
-
diff --git a/lnet/libcfs/Makefile.mk b/lnet/libcfs/Makefile.mk
deleted file mode 100644 (file)
index 8ecf3c9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include fs/lustre/portals/Kernelenv
-
-obj-y += libcfs.o
-libcfs-objs    := module.o proc.o debug.o lwt.o tracefile.o
diff --git a/lnet/lnet/Makefile.mk b/lnet/lnet/Makefile.mk
deleted file mode 100644 (file)
index eaba11c..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-include $(src)/../Kernelenv
-
-obj-y += portals.o
-portals-objs    :=     lib-eq.o lib-init.o lib-md.o lib-me.o \
-                       lib-move.o lib-msg.o lib-ni.o lib-pid.o \
-                       api-errno.o api-ni.o api-wrap.o \
-                       module.o
diff --git a/lnet/router/Makefile.mk b/lnet/router/Makefile.mk
deleted file mode 100644 (file)
index 9b02c03..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../Kernelenv
-
-obj-y += kptlrouter.o
-kptlrouter-objs    := router.o proc.o
diff --git a/lnet/tests/Makefile.mk b/lnet/tests/Makefile.mk
deleted file mode 100644 (file)
index 751c0a0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../Kernelenv
-
-obj-y += ping_cli.o
-obj-y += ping_srv.o
diff --git a/lnet/utils/Makefile.mk b/lnet/utils/Makefile.mk
deleted file mode 100644 (file)
index cbbe6d5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include $(src)/../Kernelenv
-
-host-progs := acceptor ptlctl
-always := $(host-progs)
-
-ptlctl-objs := ptlctl.o $(PTLCTLOBJS)
diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk
deleted file mode 100644 (file)
index 6b1aeca..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-include $(src)/portals/Kernelenv
-
-# for scripts/version_tag.pl
-LINUX = @LINUX@
-
-obj-y += portals/
-# obdclass has to come before anything that does class_register..
-obj-y += obdclass/
-obj-y += ptlrpc/
-obj-y += obdfilter/
-obj-y += mdc/
-obj-y += mds/
-obj-y += obdecho/
-obj-y += osc/
-obj-y += ost/
-obj-y += lov/
-obj-y += lmv/
-obj-y += llite/
-obj-y += lvfs/
-
-# portals needs to be before utils/, which pulls in ptlctl objects
-obj-m += utils/
-obj-m += tests/ 
diff --git a/lustre/cmobd/Makefile.mk b/lustre/cmobd/Makefile.mk
deleted file mode 100644 (file)
index 4fc7cf2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += cmobd.o
-cmobd-objs := cm_obd.o cm_reint.o cm_write.o \ 
-             cm_oss_reint.o cm_mds_reint.o lproc_cm.o
-       
diff --git a/lustre/ldlm/Makefile.mk b/lustre/ldlm/Makefile.mk
deleted file mode 100644 (file)
index b20c77a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += ldlm.o
-ldlm-objs := l_lock.o ldlm_lock.o ldlm_resource.o ldlm_extent.o ldlm_request.o \
-               ldlm_lockd.o ldlm_lib.o ldlm_flock.o ldlm_plain.o \
-               ldlm_inodebits.o
diff --git a/lustre/llite/Makefile.mk b/lustre/llite/Makefile.mk
deleted file mode 100644 (file)
index 45fb344..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += llite.o
-llite-objs := llite_lib.o dcache.o super.o rw.o \
-       super25.o file.o dir.o symlink.o namei.o lproc_llite.o \
-       rw26.o llite_nfs.o llite_close.o llite_gns.o special.o llite_mmap.o
diff --git a/lustre/lmv/Makefile.mk b/lustre/lmv/Makefile.mk
deleted file mode 100644 (file)
index 8b93229..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += lmv.o
-lmv-objs := lmv_obd.o lmv_intent.o lmv_objmgr.o lproc_lmv.o
diff --git a/lustre/lov/Makefile.mk b/lustre/lov/Makefile.mk
deleted file mode 100644 (file)
index 48c14bb..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += lov.o
-lov-objs := lov_obd.o lov_pack.o lproc_lov.o lov_log.o
diff --git a/lustre/lvfs/Makefile.mk b/lustre/lvfs/Makefile.mk
deleted file mode 100644 (file)
index 7124ea4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-include $(src)/../portals/Kernelenv
-
-obj-y += lvfs.o fsfilt_ext3.o fsfilt_smfs.o
-lvfs-objs := fsfilt.o lvfs_common.o llog_lvfs.o lvfs_linux.o 
-lvfs-objs += llog.o llog_cat.o 
diff --git a/lustre/mdc/Makefile.mk b/lustre/mdc/Makefile.mk
deleted file mode 100644 (file)
index a93f1cf..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += mdc.o
-mdc-objs := mdc_locks.o mdc_request.o mdc_reint.o lproc_mdc.o mdc_lib.o
diff --git a/lustre/mds/Makefile.mk b/lustre/mds/Makefile.mk
deleted file mode 100644 (file)
index 232e252..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-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 \
-           mds_lib.o mds_unlink_open.o mds_log.o mds_lmv.o mds_groups.o
-       
diff --git a/lustre/obdclass/Makefile.mk b/lustre/obdclass/Makefile.mk
deleted file mode 100644 (file)
index 18efdfa..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += obdclass.o
-obdclass-objs := class_obd.o debug.o \
-               genops.o sysctl.o uuid.o lprocfs_status.o lustre_handles.o \
-               lustre_peer.o statfs_pack.o obdo.o llog_obd.o mea.o \
-               obd_config.o llog_ioctl.o
-
-$(obj)/class_obd.o: lustre_build_version
-
-# XXX I'm sure there's some automake mv-if-different helper for this.
-.PHONY:
-lustre_build_version:
-       pwd
-       perl $(src)/../scripts/version_tag.pl $(src)/.. $(obj)/.. > $(obj)/tmpver
-       cmp -s $(src)/../include/linux/lustre_build_version.h $(obj)/tmpver \
-               2> /dev/null &&                                            \
-               $(RM) $(obj)/tmpver ||                                            \
-               mv $(obj)/tmpver $(src)/../include/linux/lustre_build_version.h
diff --git a/lustre/obdecho/Makefile.mk b/lustre/obdecho/Makefile.mk
deleted file mode 100644 (file)
index 07b7040..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += obdecho.o
-obdecho-objs := echo.o echo_client.o lproc_echo.o
diff --git a/lustre/obdfilter/Makefile.mk b/lustre/obdfilter/Makefile.mk
deleted file mode 100644 (file)
index e8515dd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += obdfilter.o
-obdfilter-objs := filter.o lproc_obdfilter.o filter_log.o filter_io.o \
-                       filter_san.o filter_io_26.o
-
diff --git a/lustre/osc/Makefile.mk b/lustre/osc/Makefile.mk
deleted file mode 100644 (file)
index 2a17b1c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += osc.o
-osc-objs := osc_request.o lproc_osc.o osc_lib.o osc_create.o
-
diff --git a/lustre/ost/Makefile.mk b/lustre/ost/Makefile.mk
deleted file mode 100644 (file)
index 08c7dae..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += ost.o
-ost-objs := ost_handler.o lproc_ost.o
diff --git a/lustre/ptlrpc/Makefile.mk b/lustre/ptlrpc/Makefile.mk
deleted file mode 100644 (file)
index 77aa1cb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += ptlrpc.o
-
-ptlrpc-objs := recover.o connection.o ptlrpc_module.o events.o service.o \
-               client.o niobuf.o pack_generic.o lproc_ptlrpc.o pinger.o \
-               recov_thread.o import.o llog_net.o llog_client.o \
-               llog_server.o ptlrpcd.o ../ldlm/l_lock.o ../ldlm/ldlm_lock.o \
-               ../ldlm/ldlm_resource.o ../ldlm/ldlm_extent.o \
-               ../ldlm/ldlm_request.o ../ldlm/ldlm_lockd.o \
-               ../ldlm/ldlm_lib.o ../ldlm/ldlm_flock.o ../ldlm/ldlm_plain.o \
-               ../ldlm/ldlm_inodebits.o
-
diff --git a/lustre/tests/Makefile.mk b/lustre/tests/Makefile.mk
deleted file mode 100644 (file)
index b0106ac..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-include $(src)/../portals/Kernelenv
-
-HOSTCFLAGS += -Iinclude -D_LARGEFILE64_SOURCE
-
-OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS))
-OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \
-                       $(filter-out parser.o,$(PTLCTLOBJS)))
-
-host-progs := openunlink testreq truncate directio openme writeme open_delay \
-               munlink tchmod toexcl fsx test_brw openclose createdestroy \
-               stat createmany statmany multifstat createtest mlink \
-               opendirunlink opendevunlink unlinkmany fchdir_test \
-               checkstat wantedi statone runas openfile \
-               mcreate mkdirmany utime o_directory small_write multiop
-
-always := $(host-progs) 
-
-
-tchmod-objs  := tchmod.o
-toexcl-objs  := toexcl.o
-testreq-objs  := testreq.o
-mcreate-objs  := mcreate.o
-munlink-objs  := munlink.o
-mlink-objs  := mlink.o
-truncate-objs  := truncate.o
-directio-objs  := directio.o
-openunlink-objs  := openunlink.o
-openme-objs  := openme.o
-writeme-objs  := writeme.o
-fsx-objs  := fsx.o
-test_brw-objs  := test_brw.o
-openclose-objs  := openclose.o
-createdestroy-objs  := createdestroy.o
-stat-objs  := stat.o
-createmany-objs  := createmany.o
-statmany-objs  := statmany.o
-unlinkmany-objs  := unlinkmany.o
-statone-objs  := statone.o
-mkdirmany-objs  := mkdirmany.o
-multifstat-objs  := multifstat.o
-checkstat-objs  := checkstat.o
-runas-objs  := runas.o
-openfile-objs  := openfile.o
-wantedi-objs  := wantedi.o
-createtest-objs  := createtest.o
-open_delay-objs  := open_delay.o
-opendirunlink-objs :=opendirunlink.o
-opendevunlink-objs :=opendirunlink.o
-fchdir_test-objs :=fchdir_test.o
-utime-objs :=utime.o
-o_directory-objs :=o_directory.o
-small_write-objs :=small_write.o
-multiop-objs :=multiop.o
diff --git a/lustre/utils/Makefile.mk b/lustre/utils/Makefile.mk
deleted file mode 100644 (file)
index f0978e2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(src)/../portals/Kernelenv
-
-OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS))
-OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \
-                       $(filter-out parser.o,$(PTLCTLOBJS)))
-
-host-progs := lctl obdio obdbarrier lload llmount #lfs# obdstat lfind
-always := $(host-progs) 
-
-lctl-objs := parser.o obd.o lctl.o lustre_cfg.o
-HOSTLOADLIBES_lctl += $(LIBREADLINE) $(OURPTLCTLNOPARSER)
-obdio-objs := obdio.o obdiolib.o
-obdbarrier-objs := obdbarrier.o obdiolib.o
-lload-objs := lload.o
-llmount-objs := llmount.o 
-HOSTLOADLIBES_llmount += $(OURPTLCTL)
-HOSTLOADLIBES_lload += $(OURPTLCTL)