From: Marc Dionne Date: Wed, 9 Jan 2013 14:16:30 +0000 (+0000) Subject: cred: Remove tgcred pointer from struct cred X-Git-Tag: v4.13~10342 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=08c097fc3bb283299a6915a6a3795edab85979b1;p=mirror_ubuntu-bionic-kernel.git cred: Remove tgcred pointer from struct cred 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 Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/include/linux/cred.h b/include/linux/cred.h index abb2cd50f6b2..04421e825365 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h @@ -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 */