OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-88-g6e65ffb

Gerrit Code Review gerrit@openafs.org
Wed, 13 Jan 2010 10:03:54 -0800 (PST)


The following commit has been merged in the master branch:
commit 6e65ffbb6c520bf1c28356206410363d8eb36d78
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sat Dec 19 23:58:54 2009 +0000

    Linux: Rework PAG to group conversions
    
    The change to using a single group for PAGs on Linux led to a load
    of special cases throughout the code. This patch moves the OS
    dependent parts of this into the LINUX/ platform directory, and
    rearranges that file so that there is a clear distinction between
    the one and two group sections of the code.
    
    Change-Id: Ib6e6f081519b23494dcf731b4be689c006180c68
    Reviewed-on: http://gerrit.openafs.org/1007
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_groups.c |  162 ++++++++++++++++++++++++--------------------
 src/afs/afs_osi_pag.c      |   80 ++++++++--------------
 src/afs/afs_prototypes.h   |    6 --
 3 files changed, 117 insertions(+), 131 deletions(-)

-- 
OpenAFS Master Repository