diff --git a/mount.c b/mount.c index e966c814c..deb641fe6 100644 --- a/mount.c +++ b/mount.c @@ -2068,8 +2068,6 @@ static bool can_mount_now(struct mount_info *mi) /* The root mount */ if (!mi->parent) return true; - if (mi->is_ns_root) - return true; if (mi->external) return true;