From b00a606adc897557d3724d6288e1f82601d5bb3b Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 4 Oct 2025 23:29:54 +0800 Subject: [PATCH] kernel: Attemp to fix magic mounts or bind mounts not begin assigned with fake mnt_id Co-authored-by: simonpunk --- 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 32eb7d5c..5e6c389e 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;