[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-484-g240da83

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 8 18:16:10 PST 2010


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  240da8351c7f02b9df4be56a2fc9ff890d6e113e (commit)
      from  d99fa8ddfc2e8f3096674707468135cef444eac3 (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 240da8351c7f02b9df4be56a2fc9ff890d6e113e
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Mon Mar 8 18:13:14 2010 +0800

    Fsck.ocfs2: Correctly check i_size for directory in a sparse filesystem.
    
    As we know, i_size(in clusters) of a sparse file shouldn't be less
    than its cluster offset, while it's not the case for a directory inode.
    We therefore need to let fsck.ocfs2 handle this correctly on a sparsed fs.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 fsck.ocfs2/pass1.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list