forked from tiann/KernelSU
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksud: fix /debug_ramdisk not mounting
Use mount::mount_tmpfs() which was brought back in bff23c6 to allow both legacy and new implementations. This fixes /debug_ramdisk not mounting for certain devices on magic mount. Reference to original usage in KernelSU: https://github.com/tiann/KernelSU/blob/69f31abd62e4f275bb33c9b478961d09231f154d/userspace/ksud/src/init_event.rs#L194
- Loading branch information
1 parent
bc530b1
commit 86cd7d9
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters