Merge "overlayfs: Fix -user build break"
This commit is contained in:
commit
7d07586695
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ bool fs_mgr_overlayfs_setup(const char*, bool*, bool) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool fs_mgr_overlayfs_teardown(const char*, bool*) {
|
||||
return false;
|
||||
OverlayfsTeardownResult fs_mgr_overlayfs_teardown(const char*, bool*) {
|
||||
return OverlayfsTeardownResult::Ok;
|
||||
}
|
||||
|
||||
bool fs_mgr_overlayfs_is_setup() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue