[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-90-g05d33b1

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jul 9 11:32:03 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  05d33b142098a9042db10f438be48cb1eac366d5 (commit)
      from  2bc32dbf370bc97deff18a5c42cf2cda64888593 (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 05d33b142098a9042db10f438be48cb1eac366d5
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 9 00:31:39 2008 -0700

    libocfs2: ocfs2_write_super() should update all superblocks
    
    Normal operations should keep the backup superblocks up to date.  Thus,
    ocfs2_write_super() is modified to refresh the backups.
    ocfs2_write_primary_super() is introduced for operations that want to
    leave the backups untouched.
    
    The backup superblock APIs are slightly modified for clarity.  In
    particular, ocfs2_refresh_backup_supers() is introduced to refresh all
    backups.  It does nothing if backup superblocks are not enabled.  The
    old API are kept but deprecated.
    
    The rest of the tools now use the new APIs.  This includes using
    ocfs2_write_primary_super() where necessary.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/commands.c   |    4 +-
 fsck.ocfs2/fsck.c          |   38 ++---------------------------
 fsck.ocfs2/pass1.c         |    4 +-
 fsck.ocfs2/pass3.c         |    2 +-
 include/ocfs2/ocfs2.h      |   30 +++++++++++++++++-----
 libocfs2/backup_super.c    |   51 +++++++++++++++++++++++++++++++++------
 libocfs2/openfs.c          |   13 +++++++++-
 mkfs.ocfs2/mkfs.c          |    7 +++--
 o2image/o2image.c          |    9 ++++---
 tunefs.ocfs2/remove_slot.c |    2 +-
 tunefs.ocfs2/resize.c      |    2 +-
 tunefs.ocfs2/tunefs.c      |   57 +++++++------------------------------------
 12 files changed, 107 insertions(+), 112 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list