diff options
| author | Linus Torvalds <[email protected]> | 2010-10-14 21:32:06 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-10-14 21:32:06 +0000 |
| commit | 3aa0ce825ade0cf5506e32ccf51d01fc8d22a9cf (patch) | |
| tree | 77ca43d663b62922a743de3729a8b8b47eafb887 /lib/dynamic_debug.c | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
| download | kernel-3aa0ce825ade0cf5506e32ccf51d01fc8d22a9cf.tar.gz kernel-3aa0ce825ade0cf5506e32ccf51d01fc8d22a9cf.zip | |
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 (<asm/unistd.h>) 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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
