update interfaces/innerkits/fs_manager/libfs_hvb/fs_hvb.c.

Signed-off-by: 蓝色大魔王 <hanqiaosheng@huawei.com>
This commit is contained in:
蓝色大魔王 2024-02-01 01:56:06 +00:00 committed by Gitee
parent 9b41dfb250
commit 164f4e1313
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;