]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cred: Remove tgcred pointer from struct cred
authorMarc Dionne <marc.c.dionne@gmail.com>
Wed, 9 Jan 2013 14:16:30 +0000 (14:16 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Jan 2013 16:26:53 +0000 (08:26 -0800)
Commit 3a50597de863 ("KEYS: Make the session and process keyrings
per-thread") removed the definition of the thread_group_cred structure,
but left a now unused pointer in struct cred.

Signed-off-by: Marc Dionne <marc.c.dionne@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/cred.h

index abb2cd50f6b26ace7da7a554527087d4685d3e76..04421e82536596c5aeb7a28b35e142556c821598 100644 (file)
@@ -128,7 +128,6 @@ struct cred {
        struct key      *process_keyring; /* keyring private to this process */
        struct key      *thread_keyring; /* keyring private to this thread */
        struct key      *request_key_auth; /* assumed request_key authority */
-       struct thread_group_cred *tgcred; /* thread-group shared credentials */
 #endif
 #ifdef CONFIG_SECURITY
        void            *security;      /* subjective LSM security */