[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-379-gadce011

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Oct 9 19:00:21 PDT 2009


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  adce011d853ecac52f48172ab5482af7ce47ccf9 (commit)
      from  1478faad86d56aee8f00cd5e36e81a470184ebdf (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 adce011d853ecac52f48172ab5482af7ce47ccf9
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Fri Oct 9 10:58:30 2009 +0800

    Ocfs2-tools: Add quota corruption codes to fswreck.
    
    As the quota supports on ocfs2-tools got finished, we therefore
    have to support such quota corruptions in fswreck to make it compatible
    with corresponding codes in fsck.ocfs2. Following five fsck codes will be
    added in fswreck to support new quota corruptions.
    
    	QMAGIC_INVALID,
    	QTREE_BLK_INVALID,
    	DQBLK_INVALID,
    	DUP_DQBLK_INVALID,
    	DUP_DQBLK_VALID
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Jan Kara <jack at suse.cz>

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

Summary of changes:
 fswreck/Makefile                       |    5 +-
 fswreck/corrupt.c                      |    7 +
 fswreck/include/fsck_type.h            |   13 ++-
 fswreck/include/main.h                 |    1 +
 fswreck/include/{journal.h => quota.h} |   10 +-
 fswreck/main.c                         |   16 ++-
 fswreck/quota.c                        |  297 ++++++++++++++++++++++++++++++++
 7 files changed, 337 insertions(+), 12 deletions(-)
 copy fswreck/include/{journal.h => quota.h} (79%)
 create mode 100644 fswreck/quota.c


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



More information about the Ocfs2-tools-commits mailing list