OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-576-g6040a4d

Gerrit Code Review gerrit@openafs.org
Mon, 20 Dec 2010 13:43:54 -0800 (PST)


The following commit has been merged in the master branch:
commit 6040a4daa0b04085f18a8e232a1a99dc7cc36cf5
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Sat Dec 18 23:52:44 2010 -0500

    Bring FBSD 7.X client back to life
    
    Having been untested for quite some time, we had several
    places that needed more conditionals to compile on FreeBSD 7.
    
    Now we compile and start on 7.3-RELEASE, but have locking issues
    under actual use.
    
    It seems that we are also incompatible with the Heimdal 0.6.3 in
    the base system -- aklog is unable to actually obtain the needed
    credential when compiled against that kerberos implementation;
    using MIT krb5 1.6.3 from ports works without incident.
    
    FIXES 128612
    
    Change-Id: I831cea711067d04dc276deb171faf3369c55b775
    Reviewed-on: http://gerrit.openafs.org/3548
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/FBSD/osi_machdep.h  |    2 ++
 src/afs/FBSD/osi_vcache.c   |   15 +++++++++++++--
 src/afs/FBSD/osi_vm.c       |   16 +++++++++-------
 src/afs/FBSD/osi_vnodeops.c |    6 +-----
 4 files changed, 25 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository