From: Al Viro <viro@ftp.linux.org.uk>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: trond.myklebust@fys.uio.no, dhowells@redhat.com,
linux-fsdevel@vger.kernel.org
Subject: Re: How to handle non-local renames?
Date: Thu, 28 Sep 2006 11:27:49 +0100 [thread overview]
Message-ID: <20060928102748.GA29920@ftp.linux.org.uk> (raw)
In-Reply-To: <E1GSswR-0002Y5-00@dorka.pomaz.szeredi.hu>
On Thu, Sep 28, 2006 at 12:16:31PM +0200, Miklos Szeredi wrote:
> > Simpler: if alias and our dentry share the parent, it's locked and
> > we can rename without s_vfs_rename_mutex. If they do not, walk the
> > tree under alias, unhash all non-directories and kill all directories.
>
> What do you mean by "killing directories"? Unhashing the inode?
>
> Are these OK, without holding i_mutex on alias and descendents?
Only dcache locking is needed for unhashing dentries (which is what
we do to non-directories). For directories, we should silently
unhash inodes and make sure that all future operations on those inodes
would fail. Up to filesystem how you do that. Additionally, make
sure that revalidation fails on those suckers.
> > We keep local renames, we keep renames within directory and cross-directory
> > rename on server ends up with invalidation when client notices it.
> >
> > We don't _care_ if lookup() is not from rename. That's OK.
>
> Well, there's the strange case of shared parents and lookup moving the
> source into the target, effectively completing the rename, and thus
> making rename think the source and target were equal, although in fact
> they weren't...
Which is fine, since we'll get 0, i.e. rename successful. Tolerable,
seeing that server _is_ playing games with us.
next prev parent reply other threads:[~2006-09-28 10:27 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-17 20:43 How to handle non-local renames? Miklos Szeredi
2006-09-18 16:38 ` Trond Myklebust
2006-09-18 18:00 ` Miklos Szeredi
2006-09-19 8:24 ` Miklos Szeredi
2006-09-22 0:00 ` Trond Myklebust
2006-09-22 6:22 ` Miklos Szeredi
2006-09-28 10:02 ` Al Viro
2006-09-28 10:03 ` Al Viro
2006-09-28 10:22 ` Miklos Szeredi
2006-09-28 10:16 ` Miklos Szeredi
2006-09-28 10:27 ` Al Viro [this message]
2006-09-28 10:53 ` Miklos Szeredi
2006-09-28 11:21 ` Al Viro
2006-09-28 11:44 ` Miklos Szeredi
2006-09-28 11:54 ` Al Viro
2006-09-28 12:31 ` Trond Myklebust
2006-09-28 12:42 ` Al Viro
2006-09-28 12:57 ` Trond Myklebust
2006-09-28 13:15 ` Al Viro
2006-09-28 13:31 ` Trond Myklebust
2006-09-28 14:20 ` Al Viro
2006-09-28 18:24 ` Trond Myklebust
2006-09-28 20:50 ` Randy Dunlap
2006-09-29 14:55 ` Trond Myklebust
2006-09-29 16:03 ` Randy Dunlap
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=20060928102748.GA29920@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=dhowells@redhat.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=trond.myklebust@fys.uio.no \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.