From: David Howells <dhowells@redhat.com>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, hch@infradead.org,
drepper@gmail.com, torvalds@linux-foundation.org,
viro@zeniv.linux.org.uk, adilger@sun.com,
alan@lxorguk.ukuu.org.uk, akpm@linux-foundation.org,
mtk.manpages@gmail.com
Subject: Re: [RFC PATCH] vfs: new open(2) flag to open filesystem node
Date: Tue, 30 Jun 2009 21:25:35 +0100 [thread overview]
Message-ID: <2547.1246393535@redhat.com> (raw)
In-Reply-To: <E1MLa4R-00054S-94@pomaz-ex.szeredi.hu>
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
next prev parent reply other threads:[~2009-06-30 20:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-30 9:56 [RFC PATCH] vfs: new open(2) flag to open filesystem node Miklos Szeredi
2009-06-30 20:25 ` David Howells [this message]
2009-07-01 4:59 ` Miklos Szeredi
2009-07-05 19:35 ` Ulrich Drepper
2009-07-06 0:40 ` Linus Torvalds
2009-07-06 5:50 ` Ulrich Drepper
2009-07-06 12:29 ` Miklos Szeredi
2009-07-06 15:59 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2547.1246393535@redhat.com \
--to=dhowells@redhat.com \
--cc=adilger@sun.com \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=drepper@gmail.com \
--cc=hch@infradead.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=mtk.manpages@gmail.com \
--cc=torvalds@linux-foundation.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).