mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: fstab: correct zram parameter names
[libfs_mgr]Warning: unknown flag: zram_loopback_path=/data/per_boot/zram_swap [libfs_mgr]Warning: unknown flag: zram_loopback_size=512M We don't use zram_loopback_path any longer so remove it. We also changed zram_loopback_size with zram_backingdev_size so correct it. Bug: 145330273 Bug: 145116439 Test: confirmed there is no warning and zram backing device was configured Change-Id: I51be34c59203813a2f493eee6ab442c9940b75d7 Signed-off-by: Minchan Kim <minchan@google.com> Signed-off-by: YH_Lin <yhli@google.com> Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
30db4a7d90
commit
236e59d4da
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
/dev/block/zram0 none swap defaults zramsize=100%,max_comp_streams=8,zram_loopback_path=/data/unencrypted/zram_swap,zram_loopback_size=512M
|
||||
/dev/block/zram0 none swap defaults zramsize=100%,max_comp_streams=8,zram_backingdev_size=512M
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue