]> git.baikalelectronics.ru Git - kernel.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)
commitce63e99d289cf59a4769703909eba049dad5e1db
tree7e0c7ecad4ab3f9c2f20540b289b4cd932453e67
parent773a77a8deb79276e2803d38105cbf78a3cf2819
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