Re: [f2fs-dev] [PATCH 3/3] f2fs: remove unused parameter

2017-11-23 Thread Chao Yu
On 2017/11/22 18:23, Sheng Yong wrote: > Commit d260081ccf37 ("f2fs: change recovery policy of xattr node block") > removes the use of blkaddr, which is no longer used. So remove the > parameter. > > Signed-off-by: Sheng Yong Reviewed-by: Chao Yu

[f2fs-dev] [PATCH 3/3] f2fs: remove unused parameter

2017-11-22 Thread Sheng Yong
Commit d260081ccf37 ("f2fs: change recovery policy of xattr node block") removes the use of blkaddr, which is no longer used. So remove the parameter. Signed-off-by: Sheng Yong --- fs/f2fs/f2fs.h | 3 +-- fs/f2fs/node.c | 2 +- fs/f2fs/recovery.c | 6 +++--- 3