diff --git a/mount.c b/mount.c index 3b3510103..79b68ca07 100644 --- a/mount.c +++ b/mount.c @@ -91,12 +91,6 @@ int collect_mount_info(pid_t pid, bool parse) pr_err("Building mount tree %d failed\n", getpid()); return -1; } - - if (validate_mounts(mntinfo_tree)) { - mntinfo_tree = NULL; - pr_err("Validating mount tree %d failed\n", getpid()); - return -1; - } } return 0;