[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-381-g0406db3

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Oct 11 20:20:26 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  0406db37f6994ba3a3d71ad3a4c24d99c01979a9 (commit)
       via  35fe5455143f8737d6ff4f8545ff4872ec443351 (commit)
      from  adce011d853ecac52f48172ab5482af7ce47ccf9 (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 0406db37f6994ba3a3d71ad3a4c24d99c01979a9
Author: Tao Ma <tao.ma at oracle.com>
Date:   Sat Oct 10 16:43:14 2009 +0800

    fsck.ocfs2: update i_clusters in swap_clone.
    
    In new_clone, we allocate all the clusters disregard whether
    there are holes. So we also need to update the i_clusters in
    swap_clone to make the inode consistent.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 35fe5455143f8737d6ff4f8545ff4872ec443351
Author: Tao Ma <tao.ma at oracle.com>
Date:   Mon Oct 12 10:05:19 2009 +0800

    fsck.ocfs2: Use aligned size when do copy_clone.
    
    Actually ocfs2_file_read and ocfs2_file_write only accept
    aligned size as the parameter. So when the file size isn't
    aligned, align it first.
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 fsck.ocfs2/pass1b.c   |   17 +++++++++++++----
 include/ocfs2/ocfs2.h |   18 ++++++++++++++++++
 2 files changed, 31 insertions(+), 4 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list