[Oracleasm-commits] branch, master, updated. ec31450046a4799439d15e2935da8557dfccb733

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Nov 9 18:47:21 PST 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 kernel driver for a generic Linux implementation of ASMLib".

The branch, master has been updated
       via  ec31450046a4799439d15e2935da8557dfccb733 (commit)
      from  c7a2bef7c8f844e9e6c29a9a8b0815ff2ab66136 (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 ec31450046a4799439d15e2935da8557dfccb733
Author: Martin K. Petersen <martin.petersen at oracle.com>
Date:   Wed Oct 7 19:45:40 2009 -0400

    Compat changes for 2.6.31+
    
    The I/O topology changes provide accessor functions for the various
    block layer queue limits.  Switch oracleasm over to the new interface
    and provide compat wrappers for older kernels.
    
    qd_hardsect_size will be set to the physical block size instead of the
    logical one.  This will help prevent fractured writes and is needed for
    DIF to work correctly on devices with 4KB sectors.
    
    Finally, sched.h is now needed for current_fsuid() and current_fdgid().
    
    Signed-off-by: Martin K. Petersen <martin.petersen at oracle.com>
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 configure.in                     |    6 ++++++
 kapi-compat/include/blk_limits.h |    9 +++++++++
 kernel/driver.c                  |   28 ++++++++++++++++------------
 kernel/transaction_file.c        |    1 +
 4 files changed, 32 insertions(+), 12 deletions(-)
 create mode 100644 kapi-compat/include/blk_limits.h


hooks/post-receive
-- 
The kernel driver for a generic Linux implementation of ASMLib



More information about the Oracleasm-commits mailing list