From 96c9f2d0470b0d24c3aed8273b68b945245eb06c Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 9 Jun 2016 15:10:45 -0700 Subject: [PATCH] fs_mgr: Track the bootloader_message struct change. A/B-specific info (slot_suffix) has been moved into struct bootloader_message_ab. Bug: 29193360 Change-Id: Ic655e23a2d74366e713807add15a6e9d04535cf5 --- fs_mgr/fs_mgr_slotselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_mgr/fs_mgr_slotselect.c b/fs_mgr/fs_mgr_slotselect.c index ca07b189b..0f59115f3 100644 --- a/fs_mgr/fs_mgr_slotselect.c +++ b/fs_mgr/fs_mgr_slotselect.c @@ -41,7 +41,7 @@ static int get_active_slot_suffix_from_misc(struct fstab *fstab, int n; int misc_fd; ssize_t num_read; - struct bootloader_message msg; + struct bootloader_message_ab msg; misc_fd = -1; for (n = 0; n < fstab->num_entries; n++) {