security: rename ptrace_may_access => ptrace_access_check
authorIngo Molnar <mingo@elte.hu>
Thu, 7 May 2009 09:26:19 +0000 (19:26 +1000)
committerJames Morris <jmorris@namei.org>
Wed, 24 Jun 2009 14:18:05 +0000 (00:18 +1000)
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 <mingo@elte.hu>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found