| commit | 08c097fc3bb283299a6915a6a3795edab85979b1 | [log] [tgz] |
|---|---|---|
| author | Marc Dionne <marc.c.dionne@gmail.com> | Wed Jan 09 14:16:30 2013 +0000 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 09 08:26:53 2013 -0800 |
| tree | 5c19a18fd83a34a0a853a4a43c83ec9b9aa1ee96 | |
| parent | 974b33586b4bbbdab33c666417f9ba9ef50b62c3 [diff] |
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 <marc.c.dionne@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>