mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-04 17:19:20 +00:00
update interfaces/innerkits/fs_manager/libfs_hvb/fs_hvb.c.
Signed-off-by: 蓝色大魔王 <hanqiaosheng@huawei.com>
This commit is contained in:
parent
9b41dfb250
commit
164f4e1313
@ -484,7 +484,7 @@ int FsHvbSetupHashtree(FstabItem *fsItem)
|
|||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = FsDmInitDmDev(dmDevPath);
|
rc = FsDmInitDmDev(dmDevPath, true);
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
BEGET_LOGE("error 0x%x, create init dm dev", rc);
|
BEGET_LOGE("error 0x%x, create init dm dev", rc);
|
||||||
goto exit;
|
goto exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user