Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96c9f2d0 authored by Tao Bao's avatar Tao Bao
Browse files

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
parent 95428817
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {