Re: [f2fs-dev] [PATCH v2 13/13] f2fs: implement inline tail forward recovery

2024-09-13 Thread kernel test robot
Hi Wu, kernel test robot noticed the following build warnings: [auto build test WARNING on 67784a74e258a467225f0e68335df77acd67b7ab] url: https://github.com/intel-lab-lkp/linux/commits/Wu-Bo/f2fs-add-inline-tail-mount-option/20240911-114705 base: 67784a74e258a467225f0e68335df77acd67b7ab pa

[f2fs-dev] [PATCH v2 13/13] f2fs: implement inline tail forward recovery

2024-09-10 Thread Wu Bo via Linux-f2fs-devel
The recovery logic is similar to that of inline data, except that the inline tail may require recovery of some blocks. This is because the inline tail has a 16-size block address array, whereas inline data does not. Signed-off-by: Wu Bo --- fs/f2fs/f2fs.h | 1 + fs/f2fs/inline.c | 51