From: Roland McGrath Date: Sat, 26 Jul 2008 02:45:45 +0000 (-0700) Subject: tracehook: unexport ptrace_notify X-Git-Tag: v2.6.27-rc1~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1188646c6870f336e910fb894eeed74f50471f;p=pandora-kernel.git 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 Cc: Oleg Nesterov Reviewed-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed