Re: [PATCH] erofs: move erofs_{allocpage,release_pages}() under CONFIG_EROFS_FS_ZIP
From: Gao Xiang
Date: Thu May 18 2023 - 22:37:15 EST
On 2023/5/19 19:33, Yue Hu wrote:
From: Yue Hu <huyue2@xxxxxxxxxxx>
These two functions are only used for compression side now. Also,
eliminate unused pagevec.h inclusion.
Signed-off-by: Yue Hu <huyue2@xxxxxxxxxxx>
That seems unnecessary since utils.c shouldn't be included with
some inner Kconfig.
BTW, I'm now cleanup such stuffs for folios as well.
Thanks,
Gao Xiang