Cluster Project branch, master, updated. gfs-kernel_0_1_22-178-gd7d2312

fabbione@sourceware.org fabbione@sourceware.org
Wed Apr 16 14:09:00 GMT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=d7d23129f8d54db3341a540d079db7f695a63cd5

The branch, master has been updated
       via  d7d23129f8d54db3341a540d079db7f695a63cd5 (commit)
       via  54648c57140bc7a280013e1b463b40b3179b3ce1 (commit)
      from  4b3ad9a381bdb07f0fe8afd58fdaff39a586095f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d7d23129f8d54db3341a540d079db7f695a63cd5
Author: Fabio M. Di Nitto <fabbione@daitarn-fedora.int.fabbione.net>
Date:   Wed Apr 16 16:08:44 2008 +0200

    [RGMANAGER] Fix build with gcc4.3
    
    Signed-off-by: Fabio M. Di Nitto <fabbione@daitarn-fedora.int.fabbione.net>

commit 54648c57140bc7a280013e1b463b40b3179b3ce1
Author: Fabio M. Di Nitto <fabbione@daitarn-fedora.int.fabbione.net>
Date:   Wed Apr 16 16:07:35 2008 +0200

    [BUILD] Fix clean target
    
    Make sure to remove also Module.markers files created by Fedora 9 kernel build
    system.
    
    Signed-off-by: Fabio M. Di Nitto <fabbione@daitarn-fedora.int.fabbione.net>

-----------------------------------------------------------------------

Summary of changes:
 make/clean.mk                 |    2 +-
 rgmanager/ChangeLog           |    3 +++
 rgmanager/src/utils/clustat.c |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/make/clean.mk b/make/clean.mk
index 560c4f9..d4456a6 100644
--- a/make/clean.mk
+++ b/make/clean.mk
@@ -1,6 +1,6 @@
 generalclean:
 	rm -rf *~* *.o *.a *.so *.so.* a.out *.po *.s *.d *.pyc
 	rm -rf core core.* .depend cscope.* *.orig *.rej
-	rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions Module.symvers .*.o.d modules.order
+	rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions Module.symvers Module.markers .*.o.d modules.order
 	rm -rf ${TARGET} ${TARGETS} ${TARGET}_test
 	rm -rf ${TARGET1} ${TARGET2} ${TARGET3} ${TARGET4} ${TARGET5} ${TARGET6}
diff --git a/rgmanager/ChangeLog b/rgmanager/ChangeLog
index 117e5a3..2387815 100644
--- a/rgmanager/ChangeLog
+++ b/rgmanager/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-16 Fabio M. Di Nitto <fabbione at fabbione.net>
+	* src/utils/clustat.c: Fix variable init
+
 2008-03-04 Lon Hohberger <lhh at redhat.com>
 	* src/resources/ASEHAagent.sh, Makefile: Add Sybase failover agent
 	* src/resources/oracledb.sh, Makefile: Add Oracle 10g failover agent
diff --git a/rgmanager/src/utils/clustat.c b/rgmanager/src/utils/clustat.c
index ed9b29b..dd64ce0 100644
--- a/rgmanager/src/utils/clustat.c
+++ b/rgmanager/src/utils/clustat.c
@@ -835,7 +835,7 @@ txt_cluster_status(cman_cluster_t *ci,
 		   rg_state_list_t *rgs, char *name, char *svcname, 
 		   int flags)
 {
-	int ret;
+	int ret = 0;
 	
 	if (!svcname && !name) {
   		txt_cluster_info(ci);


hooks/post-receive
--
Cluster Project



More information about the Cluster-cvs mailing list