[Ocfs2-tools-commits] branch, tunefs-cleanup, updated. ocfs2-tools-1.4.0-136-g54370de

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 22 17:52:46 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, tunefs-cleanup has been updated
       via  54370de95e2dfeddfb363203af027bf0dd395ba7 (commit)
       via  67120e2288fbab0165f70d1010f1c612ae809635 (commit)
      from  f7d232f01bbac090d39ea643c19ed22968a56ce9 (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 54370de95e2dfeddfb363203af027bf0dd395ba7
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Jul 22 17:52:33 2008 -0700

    tunefs.ocfs2: working state of ocfs2ne.c
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

commit 67120e2288fbab0165f70d1010f1c612ae809635
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Jul 22 11:44:58 2008 -0700

    tunefs.ocfs2: Change tunefs_main() to tunefs_op_main()
    
    In the end, tunefs_op_main() will be a debugging call - it only runs one
    operation.  So name it as such, instead of 'tunefs_main()'.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 tunefs.ocfs2/.gitignore                     |    1 +
 tunefs.ocfs2/Makefile                       |   16 +-
 tunefs.ocfs2/libocfs2ne.c                   |   64 ++--
 tunefs.ocfs2/libocfs2ne.h                   |   29 +-
 tunefs.ocfs2/ocfs2ne.c                      |  655 +++++++++++++++++++++++++++
 tunefs.ocfs2/ocfs2ne_features.c             |   21 +-
 tunefs.ocfs2/ocfs2ne_list_sparse_files.c    |    5 +-
 tunefs.ocfs2/ocfs2ne_reset_uuid.c           |    6 +-
 tunefs.ocfs2/ocfs2ne_resize_volume.c        |    4 +-
 tunefs.ocfs2/ocfs2ne_set_journal_size.c     |    5 +-
 tunefs.ocfs2/ocfs2ne_set_label.c            |    5 +-
 tunefs.ocfs2/ocfs2ne_set_slot_count.c       |    5 +-
 tunefs.ocfs2/ocfs2ne_update_cluster_stack.c |    6 +-
 13 files changed, 756 insertions(+), 66 deletions(-)
 create mode 100644 tunefs.ocfs2/ocfs2ne.c


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



More information about the Ocfs2-tools-commits mailing list