[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-2-geb23c01

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 1 19:56:35 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  eb23c015cbd9845aafcdd27c0d0debe1bce2084d (commit)
       via  838b90a6b01c80f252d0d75be95487e2e9e41361 (commit)
      from  2656e0b01ddf83548e1a17adc8717b32194fdafb (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 eb23c015cbd9845aafcdd27c0d0debe1bce2084d
Author: Tao Ma <tao.ma at oracle.com>
Date:   Wed Apr 2 10:04:31 2008 +0800

    tunefs.ocfs2: Clean up for resize.
    
    Some variables use wrong format parameter in printf and
    some variables are used without initialization.
    So fix them all.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 838b90a6b01c80f252d0d75be95487e2e9e41361
Author: Tao Ma <tao.ma at oracle.com>
Date:   Wed Apr 2 09:59:11 2008 +0800

    tunefs.ocfs2: Use uint32_t instead of uint64_t for total_clusters.
    
    In ocfs2, we always use uint32_t to indicate cluster count.
    As total_clusters is always used as a uint32_t below, it must
    be defined as uint64_t by mistake. So change it as uint32_t.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/resize.c      |   21 +++++++++++----------
 tunefs.ocfs2/sparse_file.c |    2 +-
 2 files changed, 12 insertions(+), 11 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list