OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. dd7fd7140ef5f5852c28788eed8e821997f52be4

Gerrit Code Review gerrit@openafs.org
Wed, 22 Jul 2009 10:06:20 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit dd7fd7140ef5f5852c28788eed8e821997f52be4
Author: Jeffrey Hutzelman <jhutz@cmu.edu>
Date:   Wed Jul 22 10:19:28 2009 -0400

    Fix afs_GetVolume() for non-root dynroot FIDs
    
    Make afs_GetVolume() correctly handle requests for fids which are in
    the dynroot cell but are not the root of the dynamic root volume.  This
    is necessary to allow dynamic root mount points to be looked up and
    followed in situations where the dynroot volume is not in the volcache,
    but its root vnode is in the vcache.
    
    Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/180
    Tested-by: Jeffrey Hutzelman <jhutz@cmu.edu>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_dynroot.c    |    7 +++++++
 src/afs/afs_prototypes.h |    1 +
 src/afs/afs_volume.c     |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository