From: Christoph Hellwig <hch@infradead.org>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org, hch@infradead.org,
mszeredi@suse.cz, Trond Myklebust <Trond.Myklebust@netapp.com>
Subject: Re: [PATCH 16/34] nfs: don't open in ->d_revalidate
Date: Thu, 5 Apr 2012 11:34:54 -0400 [thread overview]
Message-ID: <20120405153453.GA31847@infradead.org> (raw)
In-Reply-To: <1333637940-31884-17-git-send-email-miklos@szeredi.hu>
On Thu, Apr 05, 2012 at 04:58:42PM +0200, Miklos Szeredi wrote:
> dentry turned out to be invalid, drop the dentry and return ESTALE to let the
> VFS retry.
This should read EOPENSTALE.
next prev parent reply other threads:[~2012-04-05 15:35 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-05 14:58 [PATCH 00/34] vfs: atomic open v3 Miklos Szeredi
2012-04-05 14:58 ` [PATCH 01/34] vfs: split do_lookup() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 02/34] vfs: do_last(): make exit RCU safe Miklos Szeredi
2012-04-05 14:58 ` [PATCH 03/34] vfs: do_last(): inline walk_component() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 04/34] vfs: do_last(): use inode variable Miklos Szeredi
2012-04-05 14:58 ` [PATCH 05/34] vfs: make follow_link check RCU safe Miklos Szeredi
2012-04-05 14:58 ` [PATCH 06/34] vfs: do_last(): make ENOENT exit " Miklos Szeredi
2012-04-05 14:58 ` [PATCH 07/34] vfs: do_last(): check LOOKUP_DIRECTORY Miklos Szeredi
2012-04-05 14:58 ` [PATCH 08/34] vfs: do_last(): only return EISDIR for O_CREAT Miklos Szeredi
2012-04-05 14:58 ` [PATCH 09/34] vfs: do_last(): add audit_inode before open Miklos Szeredi
2012-04-05 14:58 ` [PATCH 10/34] vfs: do_last() common post lookup Miklos Szeredi
2012-04-05 14:58 ` [PATCH 11/34] vfs: split __dentry_open() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 12/34] vfs: do_dentry_open(): don't put filp Miklos Szeredi
2012-04-05 14:58 ` [PATCH 13/34] vfs: nameidata_to_filp(): inline __dentry_open() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 14/34] vfs: nameidata_to_filp(): don't throw away file on error Miklos Szeredi
2012-04-05 14:58 ` [PATCH 15/34] vfs: retry last component if opening stale dentry Miklos Szeredi
2012-04-05 14:58 ` [PATCH 16/34] nfs: don't open in ->d_revalidate Miklos Szeredi
2012-04-05 15:34 ` Christoph Hellwig [this message]
2012-04-05 14:58 ` [PATCH 17/34] vfs: do_last(): inline lookup_slow() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 18/34] vfs: do_last(): separate O_CREAT specific code Miklos Szeredi
2012-04-05 14:58 ` [PATCH 19/34] vfs: do_last(): common slow lookup Miklos Szeredi
2012-04-05 14:58 ` [PATCH 20/34] vfs: add lookup_open() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 21/34] vfs: lookup_open(): expand lookup_hash() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 22/34] vfs: add i_op->atomic_open() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 23/34] nfs: implement i_op->atomic_open() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 24/34] nfs: clean up ->create in nfs_rpc_ops Miklos Szeredi
2012-04-05 14:58 ` [PATCH 25/34] nfs: don't use nd->intent.open.flags Miklos Szeredi
2012-04-05 14:58 ` [PATCH 26/34] nfs: don't use intents for checking atomic open Miklos Szeredi
2012-04-05 14:58 ` [PATCH 27/34] fuse: implement i_op->atomic_create() Miklos Szeredi
2012-04-05 15:41 ` Christoph Hellwig
2012-04-05 15:53 ` Miklos Szeredi
2012-04-05 14:58 ` [PATCH 28/34] cifs: implement i_op->atomic_open() and i_op->atomic_create() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 29/34] ceph: remove unused arg from ceph_lookup_open() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 30/34] ceph: implement i_op->atomic_open() and i_op->atomic_create() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 31/34] 9p: implement i_op->atomic_create() Miklos Szeredi
2012-04-05 14:58 ` [PATCH 32/34] vfs: remove open intents from nameidata Miklos Szeredi
2012-04-05 14:58 ` [PATCH 33/34] vfs: do_last(): clean up error handling Miklos Szeredi
2012-04-05 14:59 ` [PATCH 34/34] vfs: move O_DIRECT check to common code Miklos Szeredi
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=20120405153453.GA31847@infradead.org \
--to=hch@infradead.org \
--cc=Trond.Myklebust@netapp.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=mszeredi@suse.cz \
--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