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

am: 267eba1cde

Change-Id: I1c14c2fc59bdfe656ad404796df8d397e2486706
This commit is contained in:
Leo Liou 2019-01-21 10:45:23 -08:00 committed by android-build-merger
commit e57265b226

View file

@ -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;