[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-95-g54299d0

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jul 21 15:47:48 PDT 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 "Tools to manage the ocfs2 filesystem.".

The branch, master has been updated
       via  54299d06a30f090aee699c2b7bc8749855f47ab5 (commit)
      from  d243284b517de4f7d1a8b808ec515387fbbc034c (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 54299d06a30f090aee699c2b7bc8749855f47ab5
Author: Joel Becker <joel.becker at oracle.com>
Date:   Fri Jul 18 14:42:56 2008 -0700

    libocfs2: Make feature strings a proper API
    
    The feature string functions are used in multiple places.  They belong
    as a proper API in ocfs2.h  As such, move the required prototypes there,
    give the functions and structures the appropriate prefixes, and remove
    feature_string.h.
    
    In addition, a DEBUG_EXE section is added to test the functions.  It
    parses feature options and prints what mkfs and tunefs would do with them.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

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

Summary of changes:
 include/ocfs2/feature_string.h |   59 ----------
 include/ocfs2/ocfs2.h          |   30 +++++-
 libocfs2/feature_string.c      |  229 +++++++++++++++++++++++++++++++---------
 libocfs2/ocfs2_err.et          |    3 +
 mkfs.ocfs2/mkfs.c              |   50 +++++----
 mkfs.ocfs2/mkfs.h              |    3 +-
 tunefs.ocfs2/features.c        |   39 ++++---
 tunefs.ocfs2/format_slotmap.c  |    4 +-
 tunefs.ocfs2/tunefs.c          |    7 +-
 tunefs.ocfs2/tunefs.h          |    4 +-
 10 files changed, 261 insertions(+), 167 deletions(-)
 delete mode 100644 include/ocfs2/feature_string.h


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list