OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-201-g8e0c333

Gerrit Code Review gerrit@openafs.org
Fri, 16 Dec 2011 02:59:33 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 96ee498f82153285eb463623bb37ec7d625c10af
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Apr 6 16:56:22 2011 -0500

    afsd: Trim trailing slashes on Linux mntent
    
    When we write a mount entry on Linux when mounting /afs, trim trailing
    slashes on the mount path. Otherwise, the umount utility can get
    slightly confused, and leave the /afs mount entry in /etc/mtab after
    it's been unmounted.
    
    For full correctness we should probably completely canonicalize the
    path like the mount utility does, but it's unlikely that anyone will
    provide significantly weird paths for cacheMountDir, so don't bother.
    
    Reviewed-on: http://gerrit.openafs.org/4442
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 325443e6178f9dcdba7326bdb675447ac72bd540)
    
    Change-Id: I9832fad8a43278c5eb618e4148c71f8a9ef81e87
    Reviewed-on: http://gerrit.openafs.org/6283
    Tested-by: Derrick Brashear <shadow@dementix.org>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afsd/afsd_kernel.c |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository