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

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

Merge "zram: add bitfield to FstabEntry" am: 9c833f1e

am: 267eba1c

Change-Id: I1c14c2fc59bdfe656ad404796df8d397e2486706
parents 9ea6ac83 267eba1c
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;