Messages in this thread |  | | | From | David Howells <> | | Subject | Re: [RFC PATCH] vfs: new open(2) flag to open filesystem node | | Date | Tue, 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
|  |