From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel <linux-fsdevel@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH 17/17] RCU'd vfsmounts
Date: Fri, 4 Oct 2013 03:53:51 +0100 [thread overview]
Message-ID: <20131004025351.GO13318@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20131003211448.GN13318@ZenIV.linux.org.uk>
On Thu, Oct 03, 2013 at 10:14:48PM +0100, Al Viro wrote:
> > So I don't see how they could possibly see ones. Modulo terminal bugs
> > in synchronize_barrier() (which can be very slow, but for umount I
> > wouldn't worry). Or modulo my brain being fried.
>
> There's one more place similar to that - kern_unmount(). There we also
> go from "longterm vfsmount, mntput() doesn't need to bother checking"
> to NULL ->mnt_ns. We can, of course, slap synchronize_rcu() there as
> well, but that might make pid_ns and ipc_ns destruction slow...
OK, fuse side of things done, smp_mb() in mntput_no_expire() dropped,
kern_umount() got synchronize_rcu() (I'm not happy about the last one,
but... hell knows; I want to see profiles before deciding what to do
about it).
Updated branch force-pushed. BTW, brlock defines can go after that;
we still two instances of lg_lock, but they spell the primitives
out instead of using br_{read,write}_lock aliases.
Speaking of those two - I really want to see file_table.c one killed.
Christoph, do you have anything along the lines of getting rid of the
mark_files_ro() nonsense? After all, a combination of r/w vfsmount
and a superblock with MS_RDONLY in flags should do about the right thing
these days... I can probably knock something together tomorrow, but
you've brought that thing up quite a few times, so if you happen to have
a patch more or less ready...
next prev parent reply other threads:[~2013-10-04 2:53 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-03 6:20 [PATCH 17/17] RCU'd vfsmounts Al Viro
[not found] ` <CA+55aFzeDP6J4ekdn4-85yoXzX3xmEp_qc3npvqepJM+MFn=6Q@mail.gmail.com>
[not found] ` <20131003105130.GE13318@ZenIV.linux.org.uk>
[not found] ` <CA+55aFzh+n_2fs=aWcT_5gnLC_pWSHqQPJeQ+fg=+Xw7ib9=dQ@mail.gmail.com>
[not found] ` <20131003174439.GG13318@ZenIV.linux.org.uk>
2013-10-03 19:06 ` Linus Torvalds
2013-10-03 19:43 ` Al Viro
2013-10-03 20:19 ` Linus Torvalds
2013-10-03 20:41 ` Al Viro
2013-10-03 20:52 ` Linus Torvalds
2013-10-03 21:14 ` Al Viro
2013-10-04 2:53 ` Al Viro [this message]
2013-10-04 8:37 ` Christoph Hellwig
2013-10-04 12:58 ` Al Viro
2013-10-04 14:00 ` Christoph Hellwig
2013-10-03 23:28 ` Josh Triplett
2013-10-03 23:51 ` Linus Torvalds
2013-10-04 0:41 ` Josh Triplett
2013-10-04 0:45 ` Linus Torvalds
2013-10-04 6:41 ` Ingo Molnar
2013-10-04 5:29 ` Paul E. McKenney
2013-10-04 6:03 ` Josh Triplett
2013-10-04 6:15 ` Paul E. McKenney
2013-10-04 7:04 ` Josh Triplett
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=20131004025351.GO13318@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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).