Whamcloud - gitweb
Branch b1_8
authoryangsheng <yangsheng>
Thu, 15 Jan 2009 02:31:35 +0000 (02:31 +0000)
committeryangsheng <yangsheng>
Thu, 15 Jan 2009 02:31:35 +0000 (02:31 +0000)
b=18056
i=adilger, tappro

Fix warnings during automake-1.9.

30 files changed:
lustre/ldlm/Makefile.am
lustre/llite/Makefile.in
lustre/llite/autoMakefile.am
lustre/llite/super.c [deleted file]
lustre/lov/Makefile.in
lustre/lov/autoMakefile.am
lustre/lvfs/Makefile.in
lustre/lvfs/autoMakefile.am
lustre/mdc/Makefile.in
lustre/mdc/autoMakefile.am
lustre/mds/Makefile.in
lustre/mds/autoMakefile.am
lustre/mgc/Makefile.in
lustre/mgc/autoMakefile.am
lustre/mgs/Makefile.in
lustre/mgs/autoMakefile.am
lustre/obdclass/Makefile.in
lustre/obdclass/autoMakefile.am
lustre/obdecho/Makefile.in
lustre/obdecho/autoMakefile.am
lustre/obdfilter/Makefile.in
lustre/obdfilter/autoMakefile.am
lustre/osc/Makefile.in
lustre/osc/autoMakefile.am
lustre/ost/Makefile.in
lustre/ost/autoMakefile.am
lustre/ptlrpc/Makefile.in
lustre/ptlrpc/autoMakefile.am
lustre/quota/Makefile.in
lustre/quota/autoMakefile.am

index 600c679..57897f2 100644 (file)
@@ -39,7 +39,7 @@
 #
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES = ldlm_extent.c ldlm_flock.c ldlm_internal.h ldlm_lib.c \
+EXTRA_DIST = ldlm_extent.c ldlm_flock.c ldlm_internal.h ldlm_lib.c \
        ldlm_lock.c ldlm_lockd.c ldlm_plain.c ldlm_request.c         \
        ldlm_resource.c l_lock.c ldlm_inodebits.c ldlm_pool.c        \
        interval_tree.c
index b5ed7be..98a829d 100644 (file)
@@ -5,4 +5,7 @@ llite_lloop-objs := lloop.o
 
 lustre-objs += rw26.o super25.o
 
+EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
+EXTRA_DIST += $(llite_lloop-objs:.o=.c)
+
 @INCLUDE_RULES@
index e92fd19..391a8f6 100644 (file)
@@ -38,6 +38,4 @@ if MODULES
 modulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT)
 endif
 
-DIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h super.c rw26.c super25.c
-DIST_SOURCES += $(llite_lloop-objs:.o=.c)
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
diff --git a/lustre/llite/super.c b/lustre/llite/super.c
deleted file mode 100644 (file)
index 18236ea..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
- * GPL HEADER START
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 only,
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License version 2 for more details (a copy is included
- * in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU General Public License
- * version 2 along with this program; If not, see
- * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
- *
- * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
- * CA 95054 USA or visit www.sun.com if you need additional information or
- * have any questions.
- *
- * GPL HEADER END
- */
-/*
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
- * Use is subject to license terms.
- */
-/*
- * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
- */
-
-#define DEBUG_SUBSYSTEM S_LLITE
-
-#include <linux/module.h>
-#include <linux/types.h>
-#include <linux/random.h>
-#include <linux/version.h>
-#include <lustre_lite.h>
-#include <lustre_ha.h>
-#include <lustre_dlm.h>
-#include <linux/init.h>
-#include <linux/fs.h>
-#include <linux/random.h>
-#include <linux/cache_def.h>
-#include <lprocfs_status.h>
-#include "llite_internal.h"
-#include <lustre/lustre_user.h>
-
-extern struct address_space_operations ll_aops;
-extern struct address_space_operations ll_dir_aops;
-
-
-/* exported operations */
-struct super_operations lustre_super_operations =
-{
-        .read_inode2    = ll_read_inode2,
-        .clear_inode    = ll_clear_inode,
-        .put_super      = ll_put_super,
-        .statfs         = ll_statfs,
-        .umount_begin   = ll_umount_begin,
-        .fh_to_dentry   = ll_fh_to_dentry,
-        .dentry_to_fh   = ll_dentry_to_fh,
-        .remount_fs     = ll_remount_fs,
-        .show_options   = ll_show_options,
-};
-
-
-void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg));
-
-static int __init init_lustre_lite(void)
-{
-        int i, seed[2];
-        struct timeval tv;
-        lnet_process_id_t lnet_id;
-
-        printk(KERN_INFO "Lustre: Lustre Client File System; "
-               "http://www.lustre.org/\n");
-        ll_file_data_slab = cfs_mem_cache_create("ll_file_data",
-                                                 sizeof(struct ll_file_data), 0,
-                                                 SLAB_HWCACHE_ALIGN);
-        if (ll_file_data_slab == NULL)
-                return -ENOMEM;
-
-        if (proc_lustre_root)
-                proc_lustre_fs_root = proc_mkdir("llite", proc_lustre_root);
-
-        ll_register_cache(&ll_cache_definition);
-
-        lustre_register_client_fill_super(ll_fill_super);
-        lustre_register_client_process_config(ll_process_config);
-
-        get_random_bytes(seed, sizeof(seed));
-
-        /* Nodes with small feet have little entropy
-         * the NID for this node gives the most entropy in the low bits */
-        for (i = 0; ; i++) {
-                if (LNetGetId(i, &lnet_id) == -ENOENT) {
-                        break;
-                }
-                if (LNET_NETTYP(LNET_NIDNET(lnet_id.nid)) != LOLND) {
-                        seed[0] ^= LNET_NIDADDR(lnet_id.nid);
-                }
-        }
-
-        do_gettimeofday(&tv);
-        ll_srand(tv.tv_sec ^ seed[0], tv.tv_usec ^ seed[1]);
-
-        return 0;
-}
-
-static void __exit exit_lustre_lite(void)
-{
-        int rc;
-
-        lustre_register_client_fill_super(NULL);
-        lustre_register_client_process_config(NULL);
-
-        ll_unregister_cache(&ll_cache_definition);
-
-        rc = cfs_mem_cache_destroy(ll_file_data_slab);
-        LASSERTF(rc == 0, "couldn't destroy ll_file_data slab\n");
-        if (ll_async_page_slab) {
-                rc = cfs_mem_cache_destroy(ll_async_page_slab);
-                LASSERTF(rc == 0, "couldn't destroy ll_async_page slab\n");
-        }
-
-        if (proc_lustre_fs_root)
-                lprocfs_remove(&proc_lustre_fs_root);
-}
-
-MODULE_AUTHOR("Sun Microsystems, Inc. <http://www.lustre.org/>");
-MODULE_DESCRIPTION("Lustre Lite Client File System");
-MODULE_LICENSE("GPL");
-
-module_init(init_lustre_lite);
-module_exit(exit_lustre_lite);
index 0f223f8..00dbeff 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := lov
 lov-objs := lov_log.o lov_obd.o lov_pack.o lproc_lov.o lov_offset.o lov_merge.o lov_request.o lov_qos.o lov_ea.o lov_pool.o
 
+EXTRA_DIST = $(lov-objs:.o=.c) lov_internal.h
+
 @INCLUDE_RULES@
index 763690a..7335071 100644 (file)
@@ -74,5 +74,4 @@ endif # MODULES
 
 install-data-hook: $(install_data_hook)
 
-DIST_SOURCES = $(lov-objs:.o=.c) lov_internal.h
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
index 40f61bc..b9e4644 100644 (file)
@@ -12,6 +12,12 @@ fsfilt_@BACKINGFS@-objs := fsfilt-@BACKINGFS@.o
 $(obj)/fsfilt-%.c: $(obj)/fsfilt_%.c
        ln -s $< $@
 
+EXTRA_DIST = $(lvfs-objs:.o=.c)  $(quotafmt-objs:.o=.c) \
+       fsfilt_ext3.c fsfilt_reiserfs.c \
+       lvfs_internal.h lvfs_userfs.c \
+       lustre_quota_fmt.c lustre_quota_fmt.h quotafmt_test.c \
+       lustre_quota_fmt_convert.c
+
 # for <ext3/xattr.h> on 2.6
 EXTRA_PRE_CFLAGS := -I@LINUX@/fs -I@LDISKFS_DIR@ -I@LDISKFS_DIR@/ldiskfs
 
index 37ab888..dc72cfb 100644 (file)
@@ -104,12 +104,5 @@ endif # MODULES
 
 install-data-hook: $(install_data_hook)
 
-DIST_SOURCES = fsfilt.c fsfilt_ext3.c fsfilt_reiserfs.c lvfs_common.c \
-       lvfs_internal.h lvfs_linux.c lvfs_userfs.c \
-       upcall_cache.c prng.c lvfs_lib.c\
-       lustre_quota_fmt.c lustre_quota_fmt.h quotafmt_test.c \
-       lustre_quota_fmt_convert.c \
-        # quotacheck_test.c quotactl_test.c fsfilt_ext3_quota.h
-
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
 CLEANFILES = fsfilt-*.c fsfilt_ldiskfs*.c fsfilt_extN.c sources
index 95dfffb..cdaef27 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := mdc
 mdc-objs := mdc_request.o mdc_reint.o lproc_mdc.o mdc_lib.o mdc_locks.o mdc_fid.o
 
+EXTRA_DIST = $(mdc-objs:.o=.c) mdc_internal.h
+
 @INCLUDE_RULES@
index 61c1e86..4ba9946 100644 (file)
@@ -45,5 +45,4 @@ if MODULES
 modulefs_DATA = mdc$(KMODEXT)
 endif
 
-DIST_SOURCES = $(mdc-objs:.o=.c) mdc_internal.h
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
index 96d7ec7..adbd619 100644 (file)
@@ -2,4 +2,6 @@ MODULES := mds
 mds-objs := mds_log.o mds_unlink_open.o mds_lov.o handler.o mds_reint.o
 mds-objs += mds_fs.o lproc_mds.o mds_open.o mds_lib.o mds_xattr.o mds_join.o
 
+EXTRA_DIST := $(mds-objs:%.o=%.c) mds_internal.h
+
 @INCLUDE_RULES@
index d2aafc6..4cc5dea 100644 (file)
@@ -39,4 +39,3 @@ modulefs_DATA = mds$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(mds-objs:%.o=%.c) mds_internal.h
index 8adca32..7ce8a37 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := mgc
 mgc-objs := mgc_request.o lproc_mgc.o
 
+EXTRA_DIST := $(mgc-objs:%.o=%.c) libmgc.c mgc_internal.h
+
 @INCLUDE_RULES@
index db9a433..e337ea9 100644 (file)
@@ -46,4 +46,3 @@ modulefs_DATA = mgc$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(mgc-objs:%.o=%.c) libmgc.c mgc_internal.h
index 8bb6a5f..413f381 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := mgs
 mgs-objs := mgs_handler.o mgs_fs.o mgs_llog.o lproc_mgs.o
 
+EXTRA_DIST := $(mgs-objs:%.o=%.c) mgs_internal.h
+
 @INCLUDE_RULES@
index c538cb4..a57c433 100644 (file)
@@ -39,4 +39,3 @@ modulefs_DATA = mgs$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(mgs-objs:%.o=%.c) mgs_internal.h
index 6b908ef..775d4ff 100644 (file)
@@ -20,4 +20,6 @@ llog_test-objs := llog-test.o
 $(obj)/llog-test.c: $(obj)/llog_test.c
        ln -sf $< $@
 
+EXTRA_DIST = $(filter-out llog-test.c,$(obdclass-all-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h
+
 @INCLUDE_RULES@
index 40d964c..0553359 100644 (file)
@@ -51,4 +51,3 @@ install-data-hook: $(install_data_hook)
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  llog-test.c
 MOSTLYCLEANFILES += linux/*.o darwin/*.o
-DIST_SOURCES = $(filter-out llog-test.c,$(obdclass-all-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h
index 66e61ed..73595ad 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := obdecho
 obdecho-objs := echo.o echo_client.o lproc_echo.o
 
+EXTRA_DIST = $(obdecho-objs:%.o=%.c)
+
 @INCLUDE_RULES@
index bd83a99..313b0f8 100644 (file)
@@ -68,4 +68,3 @@ endif # MODULES
 install-data-hook: $(install_data_hook)
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES = $(obdecho-objs:%.o=%.c)
index fd7412a..0db3c99 100644 (file)
@@ -4,4 +4,6 @@ obdfilter-objs := filter.o filter_io.o filter_log.o
 obdfilter-objs += lproc_obdfilter.o filter_lvb.o
 obdfilter-objs += filter_io_26.o
 
+EXTRA_DIST = $(obdfilter-objs:%.o=%.c) filter_io_26.c filter_internal.h
+
 @INCLUDE_RULES@
index 89490fb..cfef4e9 100644 (file)
@@ -39,4 +39,3 @@ modulefs_DATA = obdfilter$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES = $(obdfilter-objs:%.o=%.c) filter_io_26.c filter_internal.h
index 2eb2eea..4618145 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := osc
 osc-objs := osc_request.o lproc_osc.o osc_create.o cache.o
 
+EXTRA_DIST = $(osc-objs:%.o=%.c) osc_internal.h
+
 @INCLUDE_RULES@
index 65c588b..b99a9bf 100644 (file)
@@ -69,4 +69,3 @@ endif
 install-data-hook: $(install_data_hook)
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES = $(osc-objs:%.o=%.c) osc_internal.h
index 99002e4..6bd8be3 100644 (file)
@@ -1,4 +1,6 @@
 MODULES := ost
 ost-objs := ost_handler.o lproc_ost.o
 
+EXTRA_DIST = $(ost-objs:%.o=%.c) ost_internal.h
+
 @INCLUDE_RULES@
index 8db3fe4..907a0e0 100644 (file)
@@ -39,4 +39,3 @@ modulefs_DATA = ost$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES = $(ost-objs:%.o=%.c) ost_internal.h
index ff519cd..c951d7b 100644 (file)
@@ -25,6 +25,7 @@ l_lock.c: @LUSTRE@/ldlm/l_lock.c
 interval_tree.c: @LUSTRE@/ldlm/interval_tree.c
        ln -sf $< $@
 
+EXTRA_DIST = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h
 EXTRA_PRE_CFLAGS := -I@LUSTRE@/ldlm
 
 @INCLUDE_RULES@
index d345492..ccb79c3 100644 (file)
@@ -105,5 +105,4 @@ endif # DARWIN
 endif # MODULES
 
 install-data-hook: $(install_data_hook)
-DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  ldlm_*.c l_lock.c interval_tree.c
index f052b42..50efef3 100644 (file)
@@ -3,5 +3,7 @@ MODULES := lquota
 lquota-objs := quota_check.o quota_context.o quota_ctl.o quota_interface.o
 lquota-objs += quota_master.o quota_adjust_qunit.o lproc_quota.o
 
+EXTRA_DIST := $(lquota-objs:%.o=%.c) $(quotactl-objs:%.o=%.c) $(quotacheck-objs:%.o=%.c) quota_internal.h
+
 @INCLUDE_RULES@
 
index 9a20d28..0c9bd1f 100644 (file)
@@ -46,4 +46,3 @@ modulefs_DATA = lquota$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(lquota-objs:%.o=%.c) quota_internal.h