]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tracehook: unexport ptrace_notify
authorRoland McGrath <roland@redhat.com>
Sat, 26 Jul 2008 02:45:45 +0000 (19:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:08 +0000 (12:00 -0700)
commitff1188646c6870f336e910fb894eeed74f50471f
tree7e0c7ecad4ab3f9c2f20540b289b4cd932453e67
parent6341c393fcc37d58727865f1ee2f65e632e9d4f0
tracehook: unexport ptrace_notify

The ptrace_notify() function should not be called by any modules.  It was
only ever exported to be called by binfmt exec functions.  But that is no
longer necessary since fs/exec.c deals with that generically now.  There
should be no calls to ptrace_notify() from outside the core kernel.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/signal.c