OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. c9f7fe37d366e1529c50b4d86caa3b99cd1d005b

Gerrit Code Review gerrit@openafs.org
Thu, 19 Nov 2009 10:57:53 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit c9f7fe37d366e1529c50b4d86caa3b99cd1d005b
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Nov 11 11:23:49 2009 -0600

    Make ktc_curpag also detect ONEGROUP PAG gids
    
    ktc_curpag falls back to looking at the group list if the VIOC_GETPAG
    pioctl fails. If we're in AFS_LINUX26_ONEGROUP_ENV in the kernel,
    though, ktc_curpag still looks for two groups, instead of the one
    combined group. Add a check for the big one group in the fallback if
    we're on LINUX26.
    
    Reviewed-on: http://gerrit.openafs.org/815
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit c53abbb3e8d14643f3f82999cbe24fb12d358ce0)
    
    Change-Id: I771d90546b1aec9f3e84a56a5b6a465e18b1241a
    Reviewed-on: http://gerrit.openafs.org/853
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/auth/ktc.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository