[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-746-gdc416fa

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Feb 13 13:31:23 PST 2012


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  dc416fa1cb0d09846756cbd5a88de1e60fb3e4d7 (commit)
       via  52299e5be982fbed4e3bb5edf0f8dbc0c0a28e01 (commit)
       via  45133dc9883b4020c96154660b550563fdb8d529 (commit)
       via  00f8ae7e80aff9db6cf7964db3a35236fbfd3521 (commit)
       via  b7b7f7b556d1227090852be793bac1eac7dca6fd (commit)
      from  db4aef69fa6e9705e17c0b35b9dabc4a41a1d40a (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 dc416fa1cb0d09846756cbd5a88de1e60fb3e4d7
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 9 16:56:20 2012 -0800

    fsck.ocfs2: Read wall clock before and after reading resource usage
    
    During computing resource usage, fsck's reading of the wall clock should
    encompass its reading of the resource usage. This will ensure the wall time
    is not less than the user time.
    
    While this fix is good, I am still seeing wall time less than user time.
    It is not a pressing bug as it only shows up when that values are close to zero.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 52299e5be982fbed4e3bb5edf0f8dbc0c0a28e01
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 9 12:32:21 2012 -0800

    fsck.ocfs2: Skip recreating quota files when run in RO mode
    
    When run in readonly mode, pass5 should not attempt to recreate
    the quota files.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 45133dc9883b4020c96154660b550563fdb8d529
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 9 10:20:06 2012 -0800

    fsck.ocfs2: Pass 1b fails to account for inline-data
    
    In Pass 1b, we should be not attempt to iterate the extents of an inode
    if inline-data is enabled. This issue causes fsck to prematurely terminate
    in instances when duplicate allocations are detected in pass 1.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 00f8ae7e80aff9db6cf7964db3a35236fbfd3521
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 9 10:17:30 2012 -0800

    tools: Fix build warnings
    
    o2cb_abi.c:1265:5: warning: ‘hb_refs’ may be used uninitialized in this function [-Wuninitialized]
    mkjournal.c:278:31: warning: variable ‘jsb’ set but not used [-Wunused-but-set-variable]
    fsck.c:417:11: warning: variable ‘dir_links’ set but not used [-Wunused-but-set-variable]
    mkfs.c:166:6: warning: unused variable ‘len’ [-Wunused-variable]
    mounted.c:412:29: warning: variable ‘rocompat’ set but not used [-Wunused-but-set-variable]
    mounted.c:412:11: warning: variable ‘compat’ set but not used [-Wunused-but-set-variable]
    ocfs2ne.c:883:7: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
    find_inode_paths.c:46:11: warning: variable ‘oldval’ set but not used [-Wunused-but-set-variable]
    o2image.c:99:9: warning: variable ‘bits’ set but not used [-Wunused-but-set-variable]
    o2image.c:501:28: warning: variable ‘super’ set but not used [-Wunused-but-set-variable]
    o2info.c:379:7: warning: variable ‘error’ set but not used [-Wunused-but-set-variable]
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit b7b7f7b556d1227090852be793bac1eac7dca6fd
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 9 10:17:22 2012 -0800

    configure: Detect libaio
    
    Detect presence of libaio and fail if the lib/header is not found.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 Config.make.in                   |    1 +
 configure.in                     |    9 +++++++++
 debugfs.ocfs2/Makefile           |    4 ++--
 debugfs.ocfs2/find_inode_paths.c |    4 +---
 extras/Makefile                  |    2 +-
 extras/find_inode_paths.c        |    4 +---
 fsck.ocfs2/Makefile              |    4 ++--
 fsck.ocfs2/fsck.c                |    3 +--
 fsck.ocfs2/pass1b.c              |    1 +
 fsck.ocfs2/pass5.c               |    4 ++--
 fsck.ocfs2/util.c                |   10 +++++++---
 fswreck/Makefile                 |    4 ++--
 libo2cb/o2cb_abi.c               |    2 +-
 libocfs2/mkjournal.c             |    3 +--
 listuuid/Makefile                |    4 ++--
 mkfs.ocfs2/Makefile              |    4 ++--
 mkfs.ocfs2/mkfs.c                |    2 --
 mount.ocfs2/Makefile             |    4 ++--
 mounted.ocfs2/Makefile           |    4 ++--
 mounted.ocfs2/mounted.c          |    4 +---
 o2cb_ctl/Makefile                |    6 +++---
 o2image/Makefile                 |    4 ++--
 o2image/o2image.c                |    6 ------
 o2info/Makefile                  |    4 ++--
 o2info/libo2info.c               |    3 +--
 o2info/o2info.c                  |    2 --
 o2info/utils.c                   |    2 +-
 ocfs2_hb_ctl/Makefile            |    4 ++--
 ocfs2_hb_ctl/ocfs2_hb_ctl.c      |    4 ++--
 tunefs.ocfs2/Makefile            |   10 +++++-----
 tunefs.ocfs2/ocfs2ne.c           |    2 --
 31 files changed, 59 insertions(+), 65 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list