From: yury Date: Mon, 12 Jun 2006 17:02:48 +0000 (+0000) Subject: - fid_handle.c and fld_handle.c are renamed to fid_handler.c and fld_handler.c respec... X-Git-Tag: v1_8_0_110~486^2~1642 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=28e1bb947a3371264b62e945cf0402b77aeca984;p=fs%2Flustre-release.git - fid_handle.c and fld_handle.c are renamed to fid_handler.c and fld_handler.c respectively to conform used nameing style. --- diff --git a/lustre/fid/Makefile.in b/lustre/fid/Makefile.in index 9afaed1..857660d 100644 --- a/lustre/fid/Makefile.in +++ b/lustre/fid/Makefile.in @@ -1,4 +1,4 @@ MODULES := fid -fid-objs := fid_handle.o fid_lib.o +fid-objs := fid_handler.o fid_lib.o @INCLUDE_RULES@ diff --git a/lustre/fid/autoMakefile.am b/lustre/fid/autoMakefile.am index e84a5a0..acce2f4 100644 --- a/lustre/fid/autoMakefile.am +++ b/lustre/fid/autoMakefile.am @@ -5,7 +5,7 @@ if LIBLUSTRE noinst_LIBRARIES = libfid.a -libfid_a_SOURCES = fid_handle.c fid_lib.c fid_internal.h +libfid_a_SOURCES = fid_handler.c fid_lib.c fid_internal.h libfid_a_CPPFLAGS = $(LLCPPFLAGS) libfid_a_CFLAGS = $(LLCFLAGS) endif diff --git a/lustre/fid/fid_handle.c b/lustre/fid/fid_handler.c similarity index 99% rename from lustre/fid/fid_handle.c rename to lustre/fid/fid_handler.c index e851eba..4c1aa6d 100644 --- a/lustre/fid/fid_handle.c +++ b/lustre/fid/fid_handler.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * lustre/fid/fid_handle.c + * lustre/fid/fid_handler.c * Lustre Sequence Manager * * Copyright (c) 2006 Cluster File Systems, Inc. diff --git a/lustre/fld/Makefile.in b/lustre/fld/Makefile.in index 0283a4a..a43b009 100644 --- a/lustre/fld/Makefile.in +++ b/lustre/fld/Makefile.in @@ -1,5 +1,5 @@ MODULES := fld -fld-objs := fld_handle.o fld_iam.o +fld-objs := fld_handler.o fld_iam.o EXTRA_PRE_CFLAGS := -I@LUSTRE@ -I@LUSTRE@/ldiskfs diff --git a/lustre/fld/fld_handle.c b/lustre/fld/fld_handler.c similarity index 99% rename from lustre/fld/fld_handle.c rename to lustre/fld/fld_handler.c index 9c45929..fa65b65 100644 --- a/lustre/fld/fld_handle.c +++ b/lustre/fld/fld_handler.c @@ -1,7 +1,7 @@ /* -*- MODE: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * fld/fld_handle.c + * lustre/fld/fld_handler.c * * Copyright (C) 2006 Cluster File Systems, Inc. * Author: WangDi