[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-118-g78d1965

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 29 18:17:59 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  78d19657a981c26f273d92399c5df3d391163e38 (commit)
      from  8ed3923c12b8eb4e813800866d7f18ba45b68c6d (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 78d19657a981c26f273d92399c5df3d391163e38
Author: Tao Ma <tao.ma at oracle.com>
Date:   Tue Jul 29 04:55:47 2008 +0800

    fsck.ocfs2: Reinitialize o2fsck_state when we reset fs_blocks.
    
    In fsck.ocfs2, when we find fs_blocks in super block isn't the
    same as the number stored in global_bitmap, we choose to trust
    global_bitmap. In this case, we have to reinitialize the bitmap
    in o2fsck_state since they are fs_blocks based. This bug blocks
    the test case of fsck-test.sh in ocfs2-test.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 fsck.ocfs2/fsck.c         |   34 ++++++++++++++++++++++++++++++++++
 fsck.ocfs2/include/fsck.h |    2 ++
 fsck.ocfs2/pass0.c        |    6 ++++++
 fsck.ocfs2/pass1.c        |    2 +-
 4 files changed, 43 insertions(+), 1 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list