[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-543-g22628eb

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 20 15:46:36 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  22628eb07627378a2f1694ff233fdc9ec6d2b414 (commit)
      from  e272b0fad0bb27a4edf7119ea46cabd1d966a67b (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 22628eb07627378a2f1694ff233fdc9ec6d2b414
Author: Coly Li <coly.li at suse.de>
Date:   Fri May 21 04:19:22 2010 +0800

    extras/check_metaecc: A tool to check metaecc of a metadata block
    
    check_metaecc can be used to check whether a specific block is ecc-broken or
    not. When kernel reports an metaecc validation failure, this tool can help
    us to check whether it's ecc broken block on disk, or some error happens in
    memory.
    
    Signed-off-by: Coly Li <coly.li at suse.de>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

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

Summary of changes:
 extras/Makefile        |    8 +-
 extras/check_metaecc.c |  292 ++++++++++++++++++++++++++++++++++++++++++++++++
 include/ocfs2/ocfs2.h  |    8 ++
 libocfs2/blockcheck.c  |    1 -
 libocfs2/blockcheck.h  |   31 -----
 5 files changed, 306 insertions(+), 34 deletions(-)
 create mode 100644 extras/check_metaecc.c
 delete mode 100644 libocfs2/blockcheck.h


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



More information about the Ocfs2-tools-commits mailing list