From: Ingo Molnar Date: Thu, 7 May 2009 09:26:19 +0000 (+1000) Subject: security: rename ptrace_may_access => ptrace_access_check X-Git-Tag: v2.6.32-rc1~737^2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e48858f7d36a6a3849f1d1b40c3bf5624b4ee7c;p=pandora-kernel.git security: rename ptrace_may_access => ptrace_access_check The ->ptrace_may_access() methods are named confusingly - the real ptrace_may_access() returns a bool, while these security checks have a retval convention. Rename it to ptrace_access_check, to reduce the confusion factor. [ Impact: cleanup, no code changed ] Signed-off-by: Ingo Molnar Signed-off-by: James Morris --- Reading git-diff-tree failed