[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-93-ge3f6e47

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jul 16 12:59:33 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  e3f6e474189a937daf22f9c9393d7e5139b567a3 (commit)
      from  484c35c9f9590baea9d1a5b716a225f1a3bb7a49 (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 e3f6e474189a937daf22f9c9393d7e5139b567a3
Author: Joel Becker <joel.becker at oracle.com>
Date:   Wed Jul 16 12:53:52 2008 -0700

    tunefs.ocfs2: Fix bit count error in offline resize.
    
    commit cee1918350761300cb298248154e3b514e7a44aa (Add online resize support in
    tunefs.ocfs2) introduced a bug in offline resize.  The global bitmap's
    count of total and used bits is set to the number of *new* bits added by
    the resize.  It should be the number of existing bits plus the number of
    new bits.
    
    The counter used to start at the number of existing bits, adding new
    bits as offline resize went along.  Now it starts at zero, counting just
    the new bits.
    
    The solution is simple: when updating the global bitmap, add the new
    counts to the existing ones.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/resize.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list