On Tue, Jun 10, 2025 at 09:21:36AM +0100, Al Viro wrote: > ... and fold it with unhash_mnt() there - there's no need to retain a reference > to old_mp beyond that point, since by then all mountpoints we were going to add > are either explicitly pinned by get_mountpoint() or have stuff already added > to them. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>