oneplus5: Set CONFIG_BLK_DEV_LOOP_MIN_COUNT to 16.
To have the kernel pre-create 16 loop devices, which will save boot time as soon as we start having more than 8 APEXes. Bug: 119022885 Signed-off-by: Martijn Coenen <maco@android.com> Change-Id: I43cffd6059bd9eb607f6a46e46e51ecfd1828f6a
This commit is contained in:
parent
a2e49c9aec
commit
050a2ee4bb
1 changed files with 1 additions and 1 deletions
|
@ -1222,7 +1222,7 @@ CONFIG_ZRAM=y
|
|||
# CONFIG_BLK_DEV_UMEM is not set
|
||||
# CONFIG_BLK_DEV_COW_COMMON is not set
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
|
||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=16
|
||||
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
|
||||
# CONFIG_BLK_DEV_DRBD is not set
|
||||
# CONFIG_BLK_DEV_NBD is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue