mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
parent
4f05fe226e
commit
444574739c
@ -444,7 +444,7 @@ static int ksu_umount_mnt(struct path *path, int flags)
|
||||
return path_umount(path, flags);
|
||||
#else
|
||||
// TODO: umount for non GKI kernel
|
||||
return -ENOSYS
|
||||
return -ENOSYS;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user