Re: [f2fs-dev] [PATCH -next] f2fs: fix build error too many arguments to functions

2022-06-15 Thread Jaegeuk Kim
Thanks, but I deqeued the buggy patch, so expect to get the right change later. On 06/15, Ren Zhijie wrote: > If CONFIG_F2FS_FS_COMPRESSION is not set. > > make ARCH=x86_64 CROSS_COMPILE=x86_64-linux-gnu-, will be failed, like this: > fs/f2fs/data.c: In function ‘f2fs_finish_read_bio’: > fs/f2fs/

Re: [f2fs-dev] [PATCH -next] f2fs: fix build error too many arguments to functions

2022-06-15 Thread kernel test robot
Hi Ren, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20220615] url: https://github.com/intel-lab-lkp/linux/commits/Ren-Zhijie/f2fs-fix-build-error-too-many-arguments-to-functions/20220615-150808 base:6012273897fefb12566580efedee10bb06e5e6ed config: x8

[f2fs-dev] [PATCH -next] f2fs: fix build error too many arguments to functions

2022-06-15 Thread Ren Zhijie via Linux-f2fs-devel
If CONFIG_F2FS_FS_COMPRESSION is not set. make ARCH=x86_64 CROSS_COMPILE=x86_64-linux-gnu-, will be failed, like this: fs/f2fs/data.c: In function ‘f2fs_finish_read_bio’: fs/f2fs/data.c:136:5: error: too many arguments to function ‘f2fs_end_read_compressed_page’ f2fs_end_read_compressed_page