]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] remove add_parent()'s parent argument
authorOleg Nesterov <oleg@tv-sign.ru>
Wed, 29 Mar 2006 00:11:05 +0000 (16:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 29 Mar 2006 02:36:41 +0000 (18:36 -0800)
commit65247cd519b7a59ba150aa19cc547840bacc13d1
tree3ae1a8fc44870ac3046213b11cad4aa8b3ce5f04
parent9cc98295d9f5986136466286aa67360770e64a00
[PATCH] remove add_parent()'s parent argument

add_parent(p, parent) is always called with parent == p->parent, and it makes
no sense to do it differently.  This patch removes this argument.

No changes in affected .o files.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/mips/kernel/irixsig.c
fs/exec.c
include/linux/sched.h
kernel/exit.c