Re: [PATCH] f2fs: add sysfs nodes to get accumulated compression info

2021-03-04 Thread kernel test robot
Hi Daeho, Thank you for the patch! Yet something to improve: [auto build test ERROR on f2fs/dev-test] [also build test ERROR on linus/master v5.12-rc1] [cannot apply to linux/master next-20210304] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, w

Re: [PATCH] f2fs: add sysfs nodes to get accumulated compression info

2021-03-04 Thread kernel test robot
Hi Daeho, Thank you for the patch! Yet something to improve: [auto build test ERROR on f2fs/dev-test] [also build test ERROR on linus/master v5.12-rc1] [cannot apply to linux/master next-20210304] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, w

[PATCH] f2fs: add sysfs nodes to get accumulated compression info

2021-03-04 Thread Daeho Jeong
From: Daeho Jeong Added acc_compr_inodes to show accumulated compressed inode count and acc_compr_blocks to show accumulated secured block count with compression in sysfs. These can be re-initialized to "0" by writing "0" value in one of both. Signed-off-by: Daeho Jeong --- Documentation/ABI/t