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

Commit 9c833f1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "zram: add bitfield to FstabEntry"

parents e606e000 4809b202
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;