Messages in this thread |  | | Date | Tue, 23 Jun 2009 21:24:51 +0200 | From | Oleg Nesterov <> | Subject | [PATCH 0/1] mm_for_maps: simplify, use ptrace_may_access() |
| |
On 06/23, Christoph Hellwig wrote: > > Umm, I think I mentioned it before: if you really need to rename that > beast please kill the ptrace part as we use it for all kinds of other > things.
Agreed, it would be nice to rename (and move out of ptrace.c) but I am not going to do this, I can't suggest the better naming.
But I think it would be nice to kill __ptrace_may_access() and use ptrace_may_access() everywhere. ptrace_attach() is trivial, the only other caller is mm_for_maps().
Oleg.
|  |