platform_system_core/fs_mgr
bowgotsai ce25baf06f fs_mgr_verity: correct dm_target_spec->next
dm_target_spec->next should be set to the next multiple of 8.
It doesn't matter before because dm_ioctl->target_count is set to 1 so
only the first dm_target_spec will be processed.

Bug: None
Test: check device can boot with dm-verity
Change-Id: I96b9b0307a40b05640db06d1c614c16d8144bb47
2017-01-26 11:34:06 +08:00
..
include Add eraseblk and logicalblk fs_mgr flags 2017-01-24 18:43:39 -08:00
Android.mk Switch fs_mgr/*.c to C++. 2017-01-26 07:49:41 +08:00
fs_mgr.cpp Switch fs_mgr/*.c to C++. 2017-01-26 07:49:41 +08:00
fs_mgr_avb.cpp fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_avb_ops.cpp fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_avb_ops.h fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_dm_ioctl.cpp fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_format.cpp Switch fs_mgr/*.c to C++. 2017-01-26 07:49:41 +08:00
fs_mgr_fstab.cpp Switch fs_mgr/*.c to C++. 2017-01-26 07:49:41 +08:00
fs_mgr_main.cpp Switch fs_mgr/*.c to C++. 2017-01-26 07:49:41 +08:00
fs_mgr_priv.h fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_priv_avb.h fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_priv_dm_ioctl.h fs_mgr: use std::string for function parameters in fs_mgr_dm_ioctl.cpp 2017-01-13 17:39:04 +08:00
fs_mgr_priv_sha.h fs_mgr: support using libavb to enable dm-verity 2017-01-25 18:03:20 +08:00
fs_mgr_priv_verity.h fs_mgr: add verify_dev flag to fs_mgr_setup_verity() 2016-12-16 15:00:05 +08:00
fs_mgr_slotselect.cpp Switch fs_mgr/*.c to C++. 2017-01-26 07:49:41 +08:00
fs_mgr_verity.cpp fs_mgr_verity: correct dm_target_spec->next 2017-01-26 11:34:06 +08:00