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