]> git.baikalelectronics.ru Git - kernel.git/commit
trim task_work: get rid of hlist
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Jun 2012 05:24:13 +0000 (09:24 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Jul 2012 19:57:55 +0000 (23:57 +0400)
commit883bf214eff5ae5f83226b8e3c0ef1f50e53fb13
tree09d695b3a0410afe15f7fd6006bc6c1effee151d
parent63918871e8696145a15013d2ed28c1897fa1a0b8
trim task_work: get rid of hlist

layout based on Oleg's suggestion; single-linked list,
task->task_works points to the last element, forward pointer
from said last element points to head.  I'd still prefer
much more regular scheme with two pointers in task_work,
but...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/sched.h
include/linux/task_work.h
include/linux/tracehook.h
kernel/fork.c
kernel/task_work.c