[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-763-g2647763

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 1 14:15:20 PST 2012


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  2647763ea05bb80a4b4586a624e7ad5103b59e17 (commit)
       via  3a687b4a04f5d6870ed537e33b1e9fe899a79354 (commit)
      from  73dea519f81719ae5a7fee9e5d1371344cdbc54d (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 2647763ea05bb80a4b4586a624e7ad5103b59e17
Author: Goldwyn Rodrigues <rgoldwyn at gmail.com>
Date:   Thu Mar 1 14:13:57 2012 -0800

    ocfs2_controld: Fix compilation warnings
    
    main.c: In function ‘checkpoint_to_proto_version’:
    main.c:667:3: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 7 has type ‘size_t’
    main.c:675:3: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 7 has type ‘size_t’
    
    ckpt.c: In function ‘call_ckpt_open’:
    ckpt.c:167:4: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 9 has type ‘SaCkptCheckpointHandleT’
    ckpt.c: In function ‘ckpt_section_store’:
    ckpt.c:473:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘size_t’
    ckpt.c: In function ‘setup_ckpt’:
    ckpt.c:614:4: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘SaCkptHandleT’
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.de>
    Acked-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 3a687b4a04f5d6870ed537e33b1e9fe899a79354
Author: Goldwyn Rodrigues <rgoldwyn at gmail.com>
Date:   Thu Mar 1 14:13:41 2012 -0800

    ocfs2_controld: Add crmcommon library to Makefile
    
    This is to find crm_log_init() from the crmcommon library.
    Revised to use a libraries variable in Makefile.
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.de>
    Acked-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 ocfs2_controld/Makefile |    3 ++-
 ocfs2_controld/ckpt.c   |    6 +++---
 ocfs2_controld/main.c   |    4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list