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

Commit 4809b202 authored by Leo Liou's avatar Leo Liou
Browse files

zram: add bitfield to FstabEntry

For fstab flag control, add the bitfields for zram definition.

Bug: 122659265
Test: none
Change-Id: I68c9a8c9ab0b218f6ca933316e85effe14402202
parent 763bac78
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -174,6 +174,9 @@ struct FstabEntry {

            // bit 32
            bool slot_select_other : 1;
            bool zram_loopback_path : 1;
            bool zram_loopback_size : 1;
            bool zram_backing_dev_path : 1;
        };
    } fs_mgr_flags;