Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > /* The thing moved must be mounted... */ > if (!is_mounted(old_path->mnt)) > goto out; Um... Doesn't that stuff up fsmount()? David
Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > /* The thing moved must be mounted... */ > if (!is_mounted(old_path->mnt)) > goto out; Um... Doesn't that stuff up fsmount()? David