Al Viro <v...@zeniv.linux.org.uk> 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 <v...@zeniv.linux.org.uk> wrote: > /* The thing moved must be mounted... */ > if (!is_mounted(old_path->mnt)) > goto out;
Um... Doesn't that stuff up fsmount()? David