[Ocfs2-commits] branch, master, updated. ocfs2-1.4.0-117-g4efffb7

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue May 5 13:47:56 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 "The ocfs2 filesystem version 1.4".

The branch, master has been updated
       via  4efffb7524f6fe2c67607e1d34a3e5b66368e4b2 (commit)
       via  66cc10493f111d73d5a1a31df960e193b2973d2c (commit)
       via  fd16864255e711a4706c312dc6a21adaa1131fee (commit)
      from  96cb76137242e2a29cf80552ac364ec0cd679313 (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 4efffb7524f6fe2c67607e1d34a3e5b66368e4b2
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon May 4 15:26:24 2009 -0700

    ocfs2: Up version to 1.4.2
    
    Up version to 1.4.2. Also increase the required tools version to 1.4.2
    as it includes some fixes for inline data.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 66cc10493f111d73d5a1a31df960e193b2973d2c
Author: Kurt Garloff <garloff at novell.com>
Date:   Tue May 5 13:46:15 2009 -0700

    ocfs2: Hold mmap_sem while calling get_user_pages()
    
    This patch adds locking around get_user_pages() in ocfs2_get_write_source()
    so as to prevent the vmas from changing underneath.
    
    Fixes Novell bugzilla# 485827
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit fd16864255e711a4706c312dc6a21adaa1131fee
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon May 4 14:44:37 2009 -0700

    ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()
    
    Mainline commit a5a0a630922a2f6a774b6dac19f70cb5abd86bb0
    
    In ocfs2_dentry_attach_lock(), if unable to get the dentry lock, we need to
    call iput(inode) because a failure here means no d_instantiate(), which means
    the normally matching iput() will not be called during dput(dentry).
    
    This patch fixes the oops that accompanies the following message:
    (3996,1):dlm_empty_lockres:2708 ERROR: lockres W00000000000000000a1046b06a4382 still has local locks!
    kernel BUG in dlm_empty_lockres at /rpmbuild/smushran/BUILD/ocfs2-1.4.2/fs/ocfs2/dlm/dlmmaster.c:2709!
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 configure.in      |    4 ++--
 fs/ocfs2/dcache.c |   15 +++++++++++++++
 fs/ocfs2/file.c   |    2 ++
 3 files changed, 19 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The ocfs2 filesystem version 1.4



More information about the Ocfs2-commits mailing list