[Ocfs2-commits] branch, master, updated. 649e07a80d4bac459664d490ed2a59c4ca3d5cdf

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 25 15:01:15 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 "The ocfs2 filesystem version 1.6".

The branch, master has been updated
       via  649e07a80d4bac459664d490ed2a59c4ca3d5cdf (commit)
       via  554ee05452668e7f8e18ec6c7239ff41f90df013 (commit)
       via  788eefd51d5be113a5462e90037bee69a4d0cfe1 (commit)
      from  e0518a62b324b7c49abd4315340f47d453b76f18 (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 649e07a80d4bac459664d490ed2a59c4ca3d5cdf
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Jan 25 14:58:57 2010 -0800

    ocfs2: Deprecate the datavolume mount option
    
    This patch detects the datavolume mount option and prints a message
    indicating that the mount option has been deprecated and that the user
    should refer to the users guide. The users guide will ask users to
    use the init.ora parameter to ensure odirect ios from the database.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit 554ee05452668e7f8e18ec6c7239ff41f90df013
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Jan 25 14:59:05 2010 -0800

    ocfs2: Fix typo OLD_PERSMISSION => OLD_PERMISSION
    
    Fix a spelling mistake added in commit 3a66f467616676d607a60d2408528412b06cca9b.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
    Acked-by: Joel Becker <joel.becker at oracle.com>

commit 788eefd51d5be113a5462e90037bee69a4d0cfe1
Author: Tao Ma <tao.ma at oracle.com>
Date:   Mon Jan 25 12:39:04 2010 -0800

    ocfs2: Handle O_DIRECT when writing to a refcounted cluster.
    
    Mainline commit 86470e98cc52532006f47a6cb96d3ebe1ba7ad97
    
    In case of writing to a refcounted cluster with O_DIRECT,
    we need to fall back to buffer write. And when it is finished,
    we need to flush the page and the journal as we did for other
    O_DIRECT writes.
    
    This patch fix oss bug 1191.
    http://oss.oracle.com/bugzilla/show_bug.cgi?id=1191
    
    Signed-off-by: Tao Ma <tao.ma at oracle.com>
    Tested-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 configure.in     |    8 ++++----
 fs/ocfs2/file.c  |   21 +++++++++++++++------
 fs/ocfs2/super.c |   13 +++++++++++++
 3 files changed, 32 insertions(+), 10 deletions(-)


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



More information about the Ocfs2-commits mailing list