On Tue, Mar 28, 2023 at 06:13:07PM +0200, Christian Brauner wrote: > Currently, we use a global variable to stash the destination > mountpoint. All global variables are changed in propagate_one(). The > mountpoint variable is one of the few which doesn't change after > initialization. Instead, just pass the destination mountpoint directly > making it easy to verify directly in propagate_mnt() that the > destination mountpoint never changes. > > Signed-off-by: Christian Brauner <brauner@xxxxxxxxxx> This doesn't seem to have anything to do with the rest of the series, but it does make the code a little easier to follow. Reviewed-by: Seth Forshee (DigitalOcean) <sforshee@xxxxxxxxxx>