OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_8-178-gd43dd10

Gerrit Code Review gerrit@openafs.org
Wed, 13 Aug 2014 14:51:58 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit d43dd100149584d5a2ae1f2d8514a917b73ebf28
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Mar 12 15:15:32 2014 -0400

    volinfo: separate volscan binary
    
    Refactor vol-info.c into several files and change the makefile to
    build a separate volscan binary, instead of using the program name
    to determine if the user is running volinfo or volscan.
    
    This commit adds new source files for the volinfo and volscan main()
    function and a common header file.
    
    Reviewed-on: http://gerrit.openafs.org/10903
    Reviewed-by: D Brashear <shadow@your-file-system.com>
    Tested-by: D Brashear <shadow@your-file-system.com>
    (cherry picked from commit af2e3d81cff39ed06e3bfbfcbfff52163c503c54)
    
    Change-Id: Ie261ac5a8bd6baea7d5d5110248611219ee1c175
    Reviewed-on: http://gerrit.openafs.org/11278
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/vol/.gitignore     |    1 +
 src/vol/Makefile.in    |   23 ++-
 src/vol/NTMakefile     |   28 ++-
 src/vol/vol-info.c     |  609 ++++++-----------------------------------------
 src/vol/vol-info.h     |  106 +++++++++
 src/vol/volinfo-main.c |  192 +++++++++++++++
 src/vol/volscan-main.c |  230 ++++++++++++++++++
 7 files changed, 644 insertions(+), 545 deletions(-)

-- 
OpenAFS Master Repository