lkml.org 
[lkml]   [2009]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
FromDavid Howells <>
SubjectRe: [RFC PATCH] vfs: new open(2) flag to open filesystem node
DateTue, 30 Jun 2009 21:25:35 +0100
Miklos Szeredi <miklos@szeredi.hu> wrote:

> @@ -1790,7 +1801,8 @@ do_last:
> if (!(flag & O_NOFOLLOW))
> goto do_link;
> error = -ELOOP;
> - goto exit_dput;
> + if (!(flag & O_NODE))
> + goto exit_dput;
> }
>
> path_to_nameidata(&path, &nd);

This hunk doesn't apply.

David


\
 
 \ /
  Last update: 2009-06-30 22:29    [from the cache]
©2003-2010