[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-340-gf24380e

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 23 15:21:58 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  f24380e32bd073edb790f0a3a7dcfba3b463ccbc (commit)
      from  e940fd59ae9193e918282debc6a2496d08f6c2f6 (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 f24380e32bd073edb790f0a3a7dcfba3b463ccbc
Author: Joel Becker <joel.becker at oracle.com>
Date:   Thu Jun 11 21:24:19 2009 -0700

    tunefs.ocfs2: Check the bitmap with the correct cluster count.
    
    When tunefs resizes a filesystem, the lowest-level ocfs2_filesys has its
    fs_clusters updated, but the master ocfs2_filesys does not.  When tunefs
    exits, the bitmap check uses the master ocfs2_filesys.
    
    This adds tunefs_update_fs_clusters(), which stores off any changes to
    fs_clusters.  When exiting, this value is used for the bitmap check.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/libocfs2ne.c       |   39 ++++++++++++++++++++++++++++++++++++++-
 tunefs.ocfs2/libocfs2ne.h       |    3 +++
 tunefs.ocfs2/op_resize_volume.c |    4 ++++
 3 files changed, 45 insertions(+), 1 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list