commit | 2f5038e70d290d9ce4eae7c4ae7c99e268c1bdd1 | [log] [tgz] |
---|---|---|
author | Leo Liou <leoliou@google.com> | Mon Jan 21 10:45:23 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 21 10:45:23 2019 -0800 |
tree | 73de7c90a3ae1ce418133f270ca2f3368c7dd3e9 | |
parent | 7fd7d32feb4081a0804500ba3204c30071985b96 [diff] | |
parent | f058e62d8f77c8708207c8a242aef88a69498243 [diff] |
Merge "zram: add bitfield to FstabEntry" am: 9c833f1e28 am: 267eba1cde Change-Id: I1c14c2fc59bdfe656ad404796df8d397e2486706
diff --git a/fs_mgr/include_fstab/fstab/fstab.h b/fs_mgr/include_fstab/fstab/fstab.h index 5d8496d..d6bd46f 100644 --- a/fs_mgr/include_fstab/fstab/fstab.h +++ b/fs_mgr/include_fstab/fstab/fstab.h
@@ -174,6 +174,9 @@ // 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;