[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-542-ge272b0f

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 20 15:20:37 PDT 2010


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  e272b0fad0bb27a4edf7119ea46cabd1d966a67b (commit)
       via  cf89272b318f262f1331d273a99be39a4c86fad9 (commit)
       via  3092eabbbd03b1c96a70f10e15a90992b04d95d4 (commit)
      from  6c293e4fe411ef6a9407a521a0d34779b74e7170 (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 e272b0fad0bb27a4edf7119ea46cabd1d966a67b
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Wed May 19 00:11:19 2010 -0700

    debugfs.ocfs2: Use OCFS2_FLAG_NO_ECC_CHECKS
    
    This isn't as easy as just using the flag to ignore the ecc. As part of
    regular debugging we would want to know the ecc as stored on disk, as well
    as the correct ecc. My solution is to print both in case of failure.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit cf89272b318f262f1331d273a99be39a4c86fad9
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Wed May 19 00:05:16 2010 -0700

    o2image: Use OCFS2_FLAG_NO_ECC_CHECKS
    
    As o2image is primarily a debugging tool, it should not abort on ecc errors.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 3092eabbbd03b1c96a70f10e15a90992b04d95d4
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Tue May 18 19:56:39 2010 -0700

    libocfs2: Add OCFS2_FLAG_NO_ECC_CHECKS flag
    
    Some programs (debugfs.ocfs2, o2image) will want to allow reading the file
    system even when metaecc information is incorrect.  This patch allows
    programs that don't want the automatic checks to turn them off via an
    ocfs2_open() flag, OCFS2_FLAG_NO_ECC_CHECKS.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/commands.c     |    2 +-
 debugfs.ocfs2/dump.c         |   33 ++++++++++++++++++++++++---------
 debugfs.ocfs2/include/dump.h |    2 +-
 include/ocfs2/ocfs2.h        |    4 ++++
 libocfs2/blockcheck.c        |    3 ++-
 libocfs2/xattr.c             |    3 ++-
 o2image/o2image.c            |    4 +++-
 7 files changed, 37 insertions(+), 14 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list