OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-760-gfd01065

Gerrit Code Review gerrit@openafs.org
Thu, 17 Feb 2011 16:41:33 -0800 (PST)


The following commit has been merged in the master branch:
commit fd010651194f4c9f1324ea7aa8d84426ce9827e4
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.
    
    Change-Id: Ic0b524e23f518c4f3c9954e6b9614bca984306a3
    Reviewed-on: http://gerrit.openafs.org/3980
    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