From: Oleg Nesterov Date: Wed, 29 Mar 2006 00:11:05 +0000 (-0800) Subject: [PATCH] remove add_parent()'s parent argument X-Git-Tag: v2.6.17-rc1~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fafabd86f1b75ed3cc6a6ffbe6c3e53e3d8457d;p=pandora-kernel.git [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 Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed