]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] do_notify_parent_cldstop() cleanup
authorOleg Nesterov <oleg@tv-sign.ru>
Tue, 6 Sep 2005 22:17:32 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:31 +0000 (16:57 -0700)
commitbc505a478d3fffcfb269b72f64df4510305cfe81
treee8a788fb93bc18a10be134ab6218365f53d2d1dc
parent2d237c63659c098a662b1b09d43460f04c498436
[PATCH] do_notify_parent_cldstop() cleanup

This patch simplifies the usage of do_notify_parent_cldstop(), it lessens
the source and .text size slightly, and makes the code (in my opinion) a
bit more readable.

I am sending this patch now because I'm afraid Paul will touch
do_notify_parent_cldstop() really soon, It's better to cleanup first.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/signal.c