commit | 267eba1cdead8ce481d77f42f6632a8f7fd4a506 | [log] [tgz] |
---|---|---|
author | Leo Liou <leoliou@google.com> | Mon Jan 21 10:39:15 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 21 10:39:15 2019 -0800 |
tree | 3ed8e2f817b97ff81b2980e01abb4da1b22889eb | |
parent | 3326da5bb77daf7d5800c827d7166bea53264251 [diff] | |
parent | 9c833f1e28b2770c8b335e8c284c775204619b86 [diff] |
Merge "zram: add bitfield to FstabEntry" am: 9c833f1e28 Change-Id: I49ace0b57dbe71c3b11945e76a9af1ff9b805c2c
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;