[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-172-gb2ff546

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Sep 4 13:45:07 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  b2ff5463592e398a4288c4f4ecedb215c8ea7e03 (commit)
      from  fc53da7d9068a5b7e8b123e1775a4390e48bb061 (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 b2ff5463592e398a4288c4f4ecedb215c8ea7e03
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Aug 25 16:34:44 2008 -0700

    libtools-internal: Move verbosef to an internal library.
    
    The verbosity routines would love to be used by other programs.  Take
    them out of libocfs2ne and move them to their own place,
    libtools-internal.  Rename the functions as appropriate.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>
    Signed-off-by: Tao Ma <tao.ma at oracle.com>

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

Summary of changes:
 Makefile                                           |    2 +-
 include/Makefile                                   |    2 +-
 {vendor/sles10 => include/tools-internal}/Makefile |    7 +-
 include/tools-internal/verbose.h                   |   72 ++++++++
 libtools-internal/.gitignore                       |    3 +
 libtools-internal/Makefile                         |   44 +++++
 libtools-internal/verbose.c                        |  179 +++++++++++++++++++
 tunefs.ocfs2/Makefile                              |   15 +-
 tunefs.ocfs2/feature_backup_super.c                |   12 +-
 tunefs.ocfs2/feature_extended_slotmap.c            |   12 +-
 tunefs.ocfs2/feature_inline_data.c                 |   12 +-
 tunefs.ocfs2/feature_local.c                       |   12 +-
 tunefs.ocfs2/feature_sparse_files.c                |   12 +-
 tunefs.ocfs2/feature_unwritten_extents.c           |   12 +-
 tunefs.ocfs2/libocfs2ne.c                          |  188 ++------------------
 tunefs.ocfs2/libocfs2ne.h                          |   50 +-----
 tunefs.ocfs2/ocfs2ne.c                             |   17 +-
 tunefs.ocfs2/op_reset_uuid.c                       |    4 +-
 tunefs.ocfs2/op_resize_volume.c                    |    6 +-
 tunefs.ocfs2/op_set_journal_size.c                 |    6 +-
 tunefs.ocfs2/op_set_label.c                        |   10 +-
 tunefs.ocfs2/op_set_slot_count.c                   |    6 +-
 tunefs.ocfs2/op_update_cluster_stack.c             |    2 +-
 23 files changed, 392 insertions(+), 293 deletions(-)
 copy {vendor/sles10 => include/tools-internal}/Makefile (55%)
 create mode 100644 include/tools-internal/verbose.h
 create mode 100644 libtools-internal/.gitignore
 create mode 100644 libtools-internal/Makefile
 create mode 100644 libtools-internal/verbose.c


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



More information about the Ocfs2-tools-commits mailing list