Re: [PATCH 5/6] fsmount: do not use legacy MS_ flags

From: David Howells
Date: Fri Sep 21 2018 - 11:37:32 EST


Miklos Szeredi <miklos@xxxxxxxxxx> wrote:

> Indeed. Also, shouldn't these include the propagation flags?

I guess so, though I'd be tempted to put those in a separate set. Also, I'm
not sure whether fsmount() should deal with prop flags or whether that should
be something move_mount() needs to deal with (ie. does propagation need
applying at the time of splicing, depending on the parent).

David