[Ocfs2-tools-commits] branch, puncher, created. ocfs2-tools-1.4.0-745-g3d4aee4

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Feb 6 10:12:10 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, puncher has been created
        at  3d4aee49767f4ac74df9aae1c389312655623404 (commit)

- Log -----------------------------------------------------------------
commit 3d4aee49767f4ac74df9aae1c389312655623404
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Mon Feb 6 10:10:04 2012 -0800

    tests: Add script to test puncher
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 93c2349d6c7d3779c14115b44201364089de1d0c
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Thu Feb 2 12:23:53 2012 -0800

    puncher: Punches holes in files
    
    This utility reads files and punches holes in areas that are all zeroes.
    The utility attempts to reads the files in allocation unit chunks for maximum
    efficiency. It makes use of the lseek extensions SEEK_DATA/HOLE to limit the
    reads to only the data regions.
    
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

commit 54592ac43eef7e83de72d6c6c571c01fdaeb3ba3
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Jan 31 13:34:31 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 1a34288a7fe29cc12317844f81910a97f11010a2
Author: Sunil Mushran <sunil.mushran at oracle.com>
Date:   Tue Jan 31 12:50:27 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>

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


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



More information about the Ocfs2-tools-commits mailing list