[Ocfs2-commits] branch, master, updated. ocfs2-1.4.0-62-gfdfc000

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Nov 12 17:15:33 PST 2008


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  fdfc00010a11616dd35f8847b805187c5f514385 (commit)
       via  8abaa482b113b06996e4561e26138d393fa36951 (commit)
       via  7be57870db92d32fc48d39ff0dccf23098be1371 (commit)
       via  63a683a51119c7a3d0a6468882300836dcd5ccd6 (commit)
       via  f17e79c9635b2d4806471337dfcd10e06a5ee9c3 (commit)
      from  f922955d99ef972235bd0c1fc236c5ddbb368611 (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 fdfc00010a11616dd35f8847b805187c5f514385
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Nov 10 16:25:25 2008 -0800

    ocfs2: Remove endian.h
    
    Mainline commit 8b5f6883683c91ad7e1af32b7ceeb604d68e2865 removed endian.h
    from the ocfs2 tree as it was no longer required.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 8abaa482b113b06996e4561e26138d393fa36951
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Nov 12 17:17:27 2008 -0800

    ocfs2: be32_add_cpu() moved to kapi-compat
    
    Mainline commit 8b5f6883683c91ad7e1af32b7ceeb604d68e2865 added be32_add_cpu()
    to byteorder/generic.h. Patch allows building ocfs2 1.4 with such kernels.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 7be57870db92d32fc48d39ff0dccf23098be1371
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Nov 12 17:17:03 2008 -0800

    ocfs2: le64_add_cpu() moved to kapi-compat
    
    Mainline commit 8b5f6883683c91ad7e1af32b7ceeb604d68e2865 added le64_add_cpu()
    to byteorder/generic.h. Patch allows building ocfs2 1.4 with such kernels.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 63a683a51119c7a3d0a6468882300836dcd5ccd6
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Nov 12 17:16:33 2008 -0800

    ocfs2: le32_add_cpu() moved to kapi-compat
    
    Mainline commit 8b5f6883683c91ad7e1af32b7ceeb604d68e2865 added le32_add_cpu()
    to byteorder/generic.h. Patch allows building ocfs2 1.4 with such kernels.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit f17e79c9635b2d4806471337dfcd10e06a5ee9c3
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Wed Nov 12 17:16:12 2008 -0800

    ocfs2: le16_add_cpu() moved to kapi-compat
    
    Mainline commit 8b5f6883683c91ad7e1af32b7ceeb604d68e2865 added le16_add_cpu()
    to byteorder/generic.h. Patch allows building ocfs2 1.4 with such kernels.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 Makefile                           |    6 ++++-
 configure.in                       |   20 ++++++++++++++++
 fs/ocfs2/Makefile                  |    1 -
 fs/ocfs2/cluster/Makefile          |    1 -
 fs/ocfs2/cluster/endian.h          |   30 ------------------------
 fs/ocfs2/cluster/nodemanager.c     |    1 -
 fs/ocfs2/dlm/dlmast.c              |    1 -
 fs/ocfs2/endian.h                  |   45 ------------------------------------
 fs/ocfs2/ocfs2.h                   |    1 -
 kapi-compat/include/be32_add_cpu.h |   10 ++++++++
 kapi-compat/include/le16_add_cpu.h |    9 +++++++
 kapi-compat/include/le32_add_cpu.h |   10 ++++++++
 kapi-compat/include/le64_add_cpu.h |   10 ++++++++
 13 files changed, 64 insertions(+), 81 deletions(-)
 delete mode 100644 fs/ocfs2/cluster/endian.h
 delete mode 100644 fs/ocfs2/endian.h
 create mode 100644 kapi-compat/include/be32_add_cpu.h
 create mode 100644 kapi-compat/include/le16_add_cpu.h
 create mode 100644 kapi-compat/include/le32_add_cpu.h
 create mode 100644 kapi-compat/include/le64_add_cpu.h


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



More information about the Ocfs2-commits mailing list