diff --git a/mount.c b/mount.c index 00ce23147..f5fe1517d 100644 --- a/mount.c +++ b/mount.c @@ -2121,8 +2121,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;