Re: [PATCH 0/2] Make squashfs fragments' cache size more configurable

2017-10-20 Thread Wuqixuan
Hi Phillip, Thank you for your fast reply. On Fri, Oct 20, 2017 at 2:18 PM, Phillip Lougher ‎ wrote: > On Thu, Oct 19, 2017 at 12:50 AM, Qixuan Wu wrote: >> Hi All, >> >> Currently, squashfs fragments' cache size is only determined by >> config option CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE. Use

Re: [PATCH 0/2] Make squashfs fragments' cache size more configurable

2017-10-19 Thread Phillip Lougher
On Thu, Oct 19, 2017 at 12:50 AM, Qixuan Wu wrote: > Hi All, > > 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. Thank-you for the patches, but they're bot

[PATCH 0/2] Make squashfs fragments' cache size more configurable

2017-10-18 Thread Qixuan Wu
Hi All, 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 when booting or inserting module. Actually, it's better that a config option i