commit | 32cabf25aae4166f5fc08a75be41a2e4b4160ee4 | [log] [tgz] |
---|---|---|
author | Jeremy Compostella <jeremy.compostella@intel.com> | Tue Apr 26 13:51:27 2016 +0200 |
committer | Nick Desaulniers <ndesaulniers@google.com> | Thu May 26 15:37:37 2016 -0700 |
tree | 1ac3142be59a11a239024db25bfdaf19008d2e19 | |
parent | b598abf17573e9597753e36136f213245863eb50 [diff] |
fs_mgr: update block device reference in verity metadata The dm-verity metadata contains the block device path that is given to the dm-android-verity driver. If the device is using slot A/B, this path is missing the slot suffix. This patch makes fs_mgr replace all the block device path reference with the one including the active slot suffix. Change-Id: Ib624d0d18b12a8a287cac7f15605a2e0fb7c97c6 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Bug: 28845874