Merge "zram: add bitfield to FstabEntry"

am: 9c833f1e28

Change-Id: I49ace0b57dbe71c3b11945e76a9af1ff9b805c2c
This commit is contained in:
Leo Liou 2019-01-21 10:39:15 -08:00 committed by android-build-merger
commit 267eba1cde

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;