OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3272-gc6d27e3
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Jan 2013 04:30:46 -0800 (PST)
The following commit has been merged in the master branch:
commit c6d27e322a8d3b352554650473a048235a9c763a
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.
Change-Id: If4b88cbc7f9af6343353648837b28541a5088429
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>
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