fig option in a number format
in .config file cat be reconfigured during booting or inserting
module.
Thanks
Qixuan
Qixuan Wu (2):
Squashfs: Let the number of fragments cached configurable
Documentation/kernel-parameters.txt: Add kernel parameter of squashfs
fragments' cache size
Currently, squashfs fragments' cache size is only determined by
config option CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE. Users have
no way to change the value when they get the binary kernel.
Now make it be configured during booting.
Signed-off-by: Qixuan Wu
---
Documentation/admin-guide/k
Currently, squashfs fragments' cache size is only determined by
config option CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE. Users have
no way to change the value when they get the binary kernel.
Now make it be configured during booting or inserting module.
Signed-off-by: Qixuan Wu
Signed-off-by: Che