[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-398-gfeb56d7

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Nov 9 17:45:22 PST 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  feb56d7f631c40688163be05dbe7dccf7d10fdbe (commit)
      from  8ae4d73fa5666fe41c36a09b46651339863312f9 (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 feb56d7f631c40688163be05dbe7dccf7d10fdbe
Author: Coly Li <coly.li at suse.de>
Date:   Tue Nov 10 09:22:26 2009 +0800

    fsck.ocfs2: fix a minor memleak, v2
    
    In o2fsck_add_dir_parent(), if a identical key exists already,
    the code returns OCFS2_ET_INTERNAL_FAILURE without freeing memory
    of dp. It's a non-critical memleak, since fsck.ocfs2 will abort
    against this error.
    
    This patch frees the memory if the internal failure happens.
    
    Signed-off-by: Coly Li <coly.li at suse.de>
    Acked-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>

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

Summary of changes:
 fsck.ocfs2/dirparents.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list