[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-80-gfddefc4

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 9 12:33:17 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  fddefc4d7bd2ceeef3b52328b36ac3734cae7a68 (commit)
       via  104133133a23590c636c6c1f9d577111ad392cc3 (commit)
       via  051dd74abd0b2c991ba75aea7ac0d90a54c0fa95 (commit)
       via  0d9fc54d27cc04b9b8f5efa85802136bc8ed4d04 (commit)
       via  58bfaa7c880bdb439b03daf87791ceb9b1bdcd03 (commit)
       via  e09cd2c633cde7aaae936a0103859d9b4021c04e (commit)
       via  05ed99c0063e05821e8d45209343194db3c8dc5d (commit)
      from  194a1ecf1df605fed90d7ee268d2af83c840ac36 (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 fddefc4d7bd2ceeef3b52328b36ac3734cae7a68
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Jun 3 14:20:42 2008 -0700

    console: Suppress build warnings
    
    This patch silences the following warning:
    ocfs2module.c:179: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘__u64’
    
    This patch silences the build warning by casting the argument as uint64_t.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 104133133a23590c636c6c1f9d577111ad392cc3
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Jun 3 14:20:35 2008 -0700

    tunefs: Suppress build warnings
    
    This patch silences the following warning:
    tunefs.c:651: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘__u64
    
    This patch silences the build warning by casting the argument as uint64_t.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 051dd74abd0b2c991ba75aea7ac0d90a54c0fa95
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Jun 3 14:25:22 2008 -0700

    fsck: Suppress build warnings
    
    This patch silences the following warning:
    extent.c:88: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘__u64’
    
    This patch silences the build warning by casting the argument as uint64_t.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 0d9fc54d27cc04b9b8f5efa85802136bc8ed4d04
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Jun 3 14:20:24 2008 -0700

    extras: Suppress build warnings
    
    On x86_64, when printing a __u64 using PRIu64, gcc throws a warning:
    warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘__u64’.
    
    This patch silences the build warning by casting the argument as uint64_t.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 58bfaa7c880bdb439b03daf87791ceb9b1bdcd03
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Jun 3 14:24:28 2008 -0700

    debugfs: Suppress build warnings
    
    This patch silences the following warning:
    dump.c:214: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘__u64’
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit e09cd2c633cde7aaae936a0103859d9b4021c04e
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Jun 9 12:23:44 2008 -0700

    debugfs: Silence build warnings
    
    This patch silences the following warning:
    dump.c:57: warning: dereferencing type-punned pointer will break strict-aliasing rules
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 05ed99c0063e05821e8d45209343194db3c8dc5d
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Jun 9 12:22:58 2008 -0700

    sizetest: Silence build warnings
    
    This patch silences the following warnings:
    sizetest.c:48: warning: ' ' flag used with ‘%s’ printf format
    sizetest.c:246: warning: function declaration isn’t a prototype
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/commands.c                  |    2 +-
 debugfs.ocfs2/dump.c                      |   60 +++++++++++---------
 debugfs.ocfs2/find_block_inode.c          |    2 +-
 extras/compute_groups.c                   |    4 +-
 extras/find_allocation_fragments.c        |    3 +-
 extras/find_hardlinks.c                   |   11 ++--
 extras/find_inode_paths.c                 |    8 +-
 fsck.ocfs2/extent.c                       |   38 +++++++------
 fsck.ocfs2/pass0.c                        |   86 ++++++++++++++++-------------
 fsck.ocfs2/pass1.c                        |   77 +++++++++++++++-----------
 fsck.ocfs2/pass2.c                        |   20 +++---
 fsck.ocfs2/pass4.c                        |   14 +++--
 fsck.ocfs2/util.c                         |    6 +-
 ocfs2console/ocfs2interface/ocfs2module.c |    2 +-
 sizetest/sizetest.c                       |    8 +-
 tunefs.ocfs2/resize.c                     |    4 +-
 tunefs.ocfs2/sparse_file.c                |    2 +-
 tunefs.ocfs2/tunefs.c                     |   12 ++--
 18 files changed, 197 insertions(+), 162 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list