On Thu, May 08, 2025 at 09:02:11PM +0100, Al Viro wrote: > as it is, a failed move_mount(2) from anon namespace breaks > all further propagation into that namespace, including normal > mounts in non-anon namespaces that would otherwise propagate > there. > > Fixes: 064fe6e233e8 ("mount: handle mount propagation for detached mount trees") > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Thanks! Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>