OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-44-g78c87a2

Gerrit Code Review gerrit@openafs.org
Sun, 27 Feb 2011 07:34:42 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 78c87a2a7e3fa5efd1cd9093a3d5f32bcd709d04
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jan 28 11:11:20 2011 -0600

    libuafs: Allow -mountdir to override uafs_Setup
    
    For some reason, uafs_Setup accepts a parameter specifying the AFS mount
    point, and we effectively ignore any -mountdir option specified in the
    string arguments. Allow -mountdir to override the mount point specified
    in uafs_Setup, by changing afs_mountDir &co during afsd_mount_afs().
    
    Reviewed-on: http://gerrit.openafs.org/3897
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 1f1545dfb708b6f70065da58b44676b8eafef772)
    
    Change-Id: Id57dea754bb8f2e45b3128afadb52aeea97c4f13
    Reviewed-on: http://gerrit.openafs.org/4084
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/UKERNEL/afs_usrops.c |  113 +++++++++++++++++++++++++++++++-----------
 src/afs/UKERNEL/afs_usrops.h |    1 +
 src/afs/UKERNEL/afsd_uafs.c  |    2 +-
 3 files changed, 86 insertions(+), 30 deletions(-)

-- 
OpenAFS Master Repository