]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/sched.h
merge task_work and rcu_head, get rid of separate allocation for keyring case
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Jun 2012 07:07:19 +0000 (11:07 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:57:56 +0000 (23:57 +0400)
commit67d1214551e800f9fe7dc7c47a346d2df0fafed5
treeffcc93af9390339adda36668255e617073b724a1
parent158e1645e07f3e9f7e4962d7a0997f5c3b98311b
merge task_work and rcu_head, get rid of separate allocation for keyring case

task_work and rcu_head are identical now; merge them (calling the result
struct callback_head, rcu_head #define'd to it), kill separate allocation
in security/keys since we can just use cred->rcu now.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/sched.h
include/linux/task_work.h
include/linux/types.h
kernel/irq/manage.c
kernel/task_work.c
security/keys/internal.h
security/keys/keyctl.c
security/keys/process_keys.c