[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-105-ga0f464a

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 24 16:57:45 PDT 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 "Tools to manage the ocfs2 filesystem.".

The branch, master has been updated
       via  a0f464a6375c194ae063029874adfff6b8e3e451 (commit)
      from  d9d2700bbdfebb8b622c706e790ec322b1f8e3ea (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 a0f464a6375c194ae063029874adfff6b8e3e451
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Tue Jul 22 12:18:12 2008 -0700

    ocfs2_controld: genericize ocfs2_controld <-> cman interface
    
    Fix up the Makefile to make it easier to plug in a new stack. Also, give
    the exported functions in cman.c more generic names.
    
    Aside from Makefile / configure.in changes, all that's required to support a
    new stack in ocfs2_controld is an ocfs2_controld/stackname.c file which
    provides:
    
            int setup_stack(void);
            char *nodeid2name(int nodeid);
            int validate_cluster(const char *cluster);
            int get_clustername(const char **cluster);
            int kill_stack_node(int nodeid);
            void exit_stack(void);
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 ocfs2_controld/Makefile         |   12 ++++++++----
 ocfs2_controld/cman.c           |    6 +++---
 ocfs2_controld/cpg.c            |    4 ++--
 ocfs2_controld/main.c           |    4 ++--
 ocfs2_controld/mount.c          |   10 +++++-----
 ocfs2_controld/ocfs2_controld.h |    8 ++++----
 6 files changed, 24 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list