[Ocfs2-tools-commits] branch, ocfs2-tools-1.4, updated. ocfs2-tools-1.4.0-388-g2830873

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Mar 28 23:22:21 PDT 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, ocfs2-tools-1.4 has been updated
       via  2830873dc91a178b8f28873d173d73b5e00982b5 (commit)
       via  bd430f299c197d0f0385fb2eb4a8b2237c59ec2b (commit)
      from  63a24757d368c03cc03a02ba3d2ed3ac18a7bea8 (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 2830873dc91a178b8f28873d173d73b5e00982b5
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Wed Mar 24 09:50:10 2010 +0800

    Libocfs2: Set dtime in ocfs2_delete_inode()
    
    Aside from setting dtime, we also clear ORPHAN_FL flag to keep
    the same as kernel part.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit bd430f299c197d0f0385fb2eb4a8b2237c59ec2b
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Mon Mar 29 14:02:24 2010 +0800

    Libocfs2: Truncate should handle inline file and fast symlink.
    
    Truncating for inline file and fast symlink are almost the same
    thing per se. we therefore treat it as one by adding a new func
    in libocfs2 like in kernel side. that way, both inline file and
    fast symlink could benefit from this same func.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 include/ocfs2/ocfs2.h |    2 +
 libocfs2/alloc.c      |    3 +-
 libocfs2/truncate.c   |   63 ++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 66 insertions(+), 2 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list