OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre4-13-gd0edfe4

Gerrit Code Review gerrit@openafs.org
Mon, 25 Apr 2011 21:48:37 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit d0edfe441bac4b802b2957bfb331ad04417a2acb
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Apr 15 11:18:37 2011 -0500

    AIX51: Fix PAGs
    
    On AIX 5.1 and later, we set a process' PAG by using the AIX PAG
    mechanism (and not by group ids), but we were determining what PAG a
    process was in by the group list. Instead use the PAG identifier.
    
    This effectively reverts 277c37f48c8126ba9cb986ffc7361fcb98e2bbf2, but
    it puts the kcred_getpag call in a different place that makes more
    sense in the current PAG code organization.
    
    Change-Id: Ifbc2602cfa9f32bf5d9b53b71fc67fe0761394ea
    Reviewed-on: http://gerrit.openafs.org/4479
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-on: http://gerrit.openafs.org/4503

 src/afs/afs_osi_pag.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository