OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2-2-g314fcfa

Gerrit Code Review gerrit@openafs.org
Thu, 14 Mar 2013 01:45:48 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 314fcfa35917de0f688374137f0ffa040ea3660d
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Jan 9 19:26:54 2013 -0500

    Linux 3.8: session_keyring changes
    
    The session_keyring is now attached directly to the cred structure
    and the thread_group_cred structure (cred->tgcred) no longer exists.
    
    Adapt code that makes use of tgcred, and use the standard rcu based
    mechanism to update session_keyring.
    
    Reviewed-on: http://gerrit.openafs.org/8905
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit c6d27e322a8d3b352554650473a048235a9c763a)
    
    Change-Id: If0998ee777ab0d196e19162499eb3ee60c5ff85d
    Reviewed-on: http://gerrit.openafs.org/8941
    Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 acinclude.m4                |    1 +
 src/afs/LINUX/osi_compat.h  |   34 ++++++++++++++++++++++++++++++++--
 src/afs/LINUX/osi_groups.c  |    9 ++-------
 src/afs/LINUX/osi_machdep.h |    9 +++++++--
 4 files changed, 42 insertions(+), 11 deletions(-)

-- 
OpenAFS Master Repository