ksud, kernel: Pick some upstream changes and remove unused functions

* Upstream commit:
f130f7572f

Signed-off-by: Faris <rsuntk@yukiprjkt.my.id>
This commit is contained in:
Ylarod
2025-10-19 03:13:00 +07:00
committed by ShirkNeko
parent b1564b77a2
commit 61f85a029e
2 changed files with 2 additions and 33 deletions

View File

@@ -1007,9 +1007,6 @@ int ksu_handle_setuid(struct cred *new, const struct cred *old)
try_umount("/system_ext", true, 0);
try_umount("/data/adb/modules", false, MNT_DETACH);
// try umount ksu temp path
try_umount("/debug_ramdisk", false, MNT_DETACH);
return 0;
}