Re: [PATCH] vfs: move_mount: reject moving kernel internal mounts

From: David Howells
Date: Mon Jul 01 2019 - 03:38:15 EST


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