OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_8-167-g76bf8fe

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


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 76bf8fefe21c33b14888e7999979b3b3518be943
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Tue Jul 26 09:18:44 2011 -0400

    volscan: print vnode metadata information
    
    volscan program to print vnode meta-data in a grep/awk/perl friendly
    format. Optionally, find the paths of each vnode relative to the volume
    root.  Access control list data can be reported, and are listed as one
    access entry per line. Mount point information can be shown to which
    volumes are mounted from given volumes.
    
    The path lookup code originally written by Tom Keiser.
    
    1.6 note: The 1.6 libcmd lacks parameter offsets, so this commit
    instead splits the param enums into volinfo_parm_t and volscan_parm_t,
    and just uses the regular cmd_AddParm to put the parameters in the
    same place as the enums. In addition, rx queues are used instead of
    opr queues, since opr queues do not exist in 1.6.
    
    Reviewed-on: http://gerrit.openafs.org/5102
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit a08c3207255756c825ab69a19e04f79dd879c646)
    
    Change-Id: Icd7c572d09fd5a5e82bd8a1d09c6fbbe229b6b1c
    Reviewed-on: http://gerrit.openafs.org/11267
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/vol/vol-info.c | 1175 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 1160 insertions(+), 15 deletions(-)

-- 
OpenAFS Master Repository