Merge "zram: add bitfield to FstabEntry"

This commit is contained in:
Treehugger Robot 2019-01-21 18:31:00 +00:00 committed by Gerrit Code Review
commit 9c833f1e28

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;