OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-289-gd823716

Gerrit Code Review gerrit@openafs.org
Tue, 22 Jun 2010 08:49:18 -0700 (PDT)


The following commit has been merged in the master branch:
commit d8237165f73fec8eb51a96417c4cb5e9fbc09d65
Author: Derrick Brashear <shadow@dementia.org>
Date:   Sat Jun 19 11:26:49 2010 -0400

    afsd -dynroot-sparse mode for hushed cells
    
    if an admin specifies -dynroot-sparse (instead of dynroot) come up
    with just local cell and cell aliases showing. cell list
    is configured as normal. fs newcell works as normal.
    
    document it.
    
    Change-Id: Ie644ed0f9923a85da5451eafaa114ddf36daa671
    Reviewed-on: http://gerrit.openafs.org/2217
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 doc/man-pages/pod8/afsd.pod     |   11 +++++++++--
 src/afs/VNOPS/afs_vnop_lookup.c |   14 ++++++++++++++
 src/afs/afs.h                   |    1 +
 src/afs/afs_call.c              |    3 +++
 src/afs/afs_cell.c              |    3 ++-
 src/afs/afs_dynroot.c           |    9 ++++++---
 src/afsd/afsd.c                 |   19 +++++++++++++++----
 7 files changed, 50 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository