On Fri, Aug 29, 2025 at 12:08:00AM +0100, Al Viro wrote: > Now that free_mnt_ns() works prior to mnt_ns_tree_add(), there's no need for > an open-coded analogue free_mnt_ns() there - yes, we do avoid one call_rcu() > use per failing call of clone() or unshare(), if they fail due to OOM in that > particular spot, but it's not really worth bothering. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>