Re: [PATCH 13/22] staging: erofs: kill CONFIG_EROFS_FS_USE_VM_MAP_RAM

2019-07-31 Thread Chao Yu
On 2019/7/29 14:51, Gao Xiang wrote: > Turn into a module parameter ("use_vmap") as it > can be set at runtime. > > Suggested-by: David Sterba > Signed-off-by: Gao Xiang > --- > drivers/staging/erofs/Kconfig| 8 -- > drivers/staging/erofs/decompressor.c | 37

[PATCH 13/22] staging: erofs: kill CONFIG_EROFS_FS_USE_VM_MAP_RAM

2019-07-29 Thread Gao Xiang
Turn into a module parameter ("use_vmap") as it can be set at runtime. Suggested-by: David Sterba Signed-off-by: Gao Xiang --- drivers/staging/erofs/Kconfig| 8 -- drivers/staging/erofs/decompressor.c | 37 +++- 2 files changed, 20 insertions(+), 25