mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Finish post-fs simple mount
This commit is contained in:
@ -267,6 +267,7 @@ int mkdir_p(const char *pathname, mode_t mode) {
|
||||
int bind_mount(const char *from, const char *to) {
|
||||
int ret = xmount(from, to, NULL, MS_BIND, NULL);
|
||||
LOGD("bind_mount: %s -> %s\n", from, to);
|
||||
LOGI("bind_mount: %s\n", to);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user