Files
linux-st/include/linux
Linus Torvalds 3aa0ce825a Un-inline the core-dump helper functions
Tony Luck reports that the addition of the access_ok() check in commit
0eead9ab41 ("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 <tony.luck@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-10-14 14:32:06 -07:00
..
2010-09-08 10:50:00 -06:00
2010-08-18 01:09:01 -04:00
2010-09-09 18:57:23 -07:00
2010-08-18 08:35:46 -04:00
2010-10-11 18:15:28 -07:00
2010-09-09 18:57:24 -07:00
2010-09-09 09:05:06 -07:00
2010-09-08 15:04:10 +02:00
2010-09-27 20:24:54 -07:00
2010-08-18 08:35:47 -04:00
2010-09-13 10:26:52 +02:00