[PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution

Linus Torvalds torvalds at linux-foundation.org
Wed Sep 4 22:38:20 UTC 2019


On Wed, Sep 4, 2019 at 3:31 PM David Howells <dhowells at redhat.com> wrote:
>
> It ought to be reasonably easy to make them per-sb at least, I think.  We
> don't allow cross-super rename, right?

Right now the sequence count handling very much depends on it being a
global entity on the reader side, at least.

And while the rename sequence count could (and probably should) be
per-sb, the same is very much not true of the mount one.

So the rename seqcount is likely easier to fix than the mount one, but
neither of them are entirely trivial, afaik.

               Linus


More information about the Containers mailing list