sm6150-common: Remove max ZRAM compression streams setting

Kernels >4.7 will create a comp stream for each online CPU
and ignore /sys/block/max_compression_streams. This has been
backported to many 4.4 kernels as well.

Any device running a kernel with the upstream commit can safely remove
the parameter.

Upstream commit: 43209ea2d1

Change-Id: Ibb29b54a31f0fb5bd941d7709d15d571dd77ebf5
This commit is contained in:
Georg Veichtlbauer 2022-06-15 13:33:51 +02:00 committed by Arian
parent 587bd40505
commit 016949aaa4

View File

@ -1,4 +1,4 @@
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/zram0 none swap defaults zramsize=2147483648,max_comp_streams=8,zram_backingdev_size=512M
/dev/block/zram0 none swap defaults zramsize=2147483648,zram_backingdev_size=512M