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

Commit 267eba1c authored by Leo Liou's avatar Leo Liou Committed by android-build-merger
Browse files

Merge "zram: add bitfield to FstabEntry"

am: 9c833f1e

Change-Id: I49ace0b57dbe71c3b11945e76a9af1ff9b805c2c
parents 3326da5b 9c833f1e
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;