From: Linus Torvalds Date: Thu, 14 Oct 2010 21:32:06 +0000 (-0700) Subject: Un-inline the core-dump helper functions X-Git-Tag: v2.6.36-rc8~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa0ce825ade0cf5506e32ccf51d01fc8d22a9cf;p=pandora-kernel.git Un-inline the core-dump helper functions Tony Luck reports that the addition of the access_ok() check in commit 0eead9ab41da ("Don't dump task struct in a.out core-dumps") broke the ia64 compile due to missing the necessary header file includes. Rather than add yet another include () to make everything happy, just uninline the silly core dump helper functions and move the bodies to fs/exec.c where they make a lot more sense. dump_seek() in particular was too big to be an inline function anyway, and none of them are in any way performance-critical. And we really don't need to mess up our include file headers more than they already are. Reported-and-tested-by: Tony Luck Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed