commit | dc88ddaec817e0198f49c9ec7f151252326f66f6 | [log] [tgz] |
---|---|---|
author | Leo Liou <leoliou@google.com> | Mon Jan 21 10:49:30 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jan 21 10:49:30 2019 -0800 |
tree | d55540625d63048e3cd22df03337d8bc59e8e98a | |
parent | 97f0c487125f2f0deefbe95a4ab9d177e4e4be9a [diff] | |
parent | e57265b226db507181a286e24895e12489422c07 [diff] |
Merge "zram: add bitfield to FstabEntry" am: 9c833f1e28 am: 267eba1cde am: e57265b226 Change-Id: I150847e3ca321a0123df5b7777e67586e4c6d610
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;