lkml.org 
[lkml]   [2011]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC] fs, proc: Introduce the /proc/<pid>/map_files/ directory v2
On Thu, Aug 25, 2011 at 09:36:42PM +0400, Vasiliy Kulikov wrote:
...
> > +
> > + result = ERR_PTR(-EPERM);
> > + if (!ptrace_may_access(task, PTRACE_MODE_READ));
> > + goto out_no_mm;
>
> Probably
>
> result = ERR_PTR(-ENOENT);
>
> belongs here?
>

Don't think so, it should point that permission failed
rather no such entry. Or this might break some tools?

Cyrill


\
 
 \ /
  Last update: 2011-08-25 19:43    [W:0.147 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site