[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-493-g0131117

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 25 18:45:47 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, master has been updated
       via  0131117c6c67f9b6e167868677748a2aebb9dbd0 (commit)
       via  e02c6339693acf7ceb928abcbb7f93fa9b30a637 (commit)
      from  33af2d33b05467e95578be16519bf399ac4d51e8 (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 0131117c6c67f9b6e167868677748a2aebb9dbd0
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 e02c6339693acf7ceb928abcbb7f93fa9b30a637
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Fri Mar 26 09:26:27 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