From 80714f1c4cfc2eb6eed8f0f3ccd72cfd0cfbe8e2 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sun, 5 Oct 2025 18:50:44 +0800 Subject: [PATCH] Revert "kernel: Attemp to fix magic mounts or bind mounts not begin assigned with fake mnt_id" This reverts commit b00a606adc897557d3724d6288e1f82601d5bb3b. --- kernel/core_hook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/core_hook.c b/kernel/core_hook.c index 5e6c389e..32eb7d5c 100644 --- a/kernel/core_hook.c +++ b/kernel/core_hook.c @@ -78,7 +78,7 @@ extern bool susfs_is_log_enabled __read_mostly; static bool susfs_is_umount_for_zygote_system_process_enabled = false; static bool susfs_is_umount_for_zygote_iso_service_enabled = false; extern bool susfs_hide_sus_mnts_for_all_procs; -extern void susfs_reorder_mnt_id(void); +//extern void susfs_reorder_mnt_id(void); #endif // #ifdef CONFIG_KSU_SUSFS_SUS_MOUNT #ifdef CONFIG_KSU_SUSFS_AUTO_ADD_SUS_BIND_MOUNT extern bool susfs_is_auto_add_sus_bind_mount_enabled;