OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-6-gde11584

Gerrit Code Review gerrit@openafs.org
Thu, 17 Feb 2011 22:08:51 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit de1158431ad3308886c54c8ff3d8b6dc8259c41b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Feb 17 15:47:00 2011 -0600

    afsd: Make mountdir check kernel-specific
    
    Checking if the /afs directory exists only makes sense for the kernel
    afsd. The libuafs afsd does not care if the mount directory actually
    exists on the machine or not, since it may not interact with the mount
    directory path on the local machine at all.
    
    So, make the mountdir check code be a new afsd function
    (afsd_check_mount), and have it stat() the mount directory only in the
    kernels-specific afsd.
    
    Reviewed-on: http://gerrit.openafs.org/3980
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit fd010651194f4c9f1324ea7aa8d84426ce9827e4)
    
    Change-Id: Ib4f4fe3a6072f9aea4683bb1ba531da8d965b156
    Reviewed-on: http://gerrit.openafs.org/3983
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/UKERNEL/afsd_uafs.c |    9 +++++++++
 src/afsd/afsd.c             |   11 ++---------
 src/afsd/afsd.h             |    1 +
 src/afsd/afsd_kernel.c      |   15 +++++++++++++++
 4 files changed, 27 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository