OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-746-g1f1545d

Gerrit Code Review gerrit@openafs.org
Wed, 16 Feb 2011 08:58:18 -0800 (PST)


The following commit has been merged in the master branch:
commit 1f1545dfb708b6f70065da58b44676b8eafef772
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().
    
    Change-Id: I4ea88923c0a8392d280c1a8f0ca4d3adf741f7f6
    Reviewed-on: http://gerrit.openafs.org/3897
    Tested-by: Derrick Brashear <shadow@dementia.org>
    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