Re: [f2fs-dev] [PATCH] f2fs: remove redundant parameter judgment

2022-03-15 Thread Chao Yu
On 2022/3/14 15:15, Wang Xiaojun via Linux-f2fs-devel wrote: iput() has already judged the incoming parameter, so there is no need to repeat the judgment here. Signed-off-by: Wang Xiaojun Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing

[f2fs-dev] [PATCH] f2fs: remove redundant parameter judgment

2022-03-14 Thread Wang Xiaojun via Linux-f2fs-devel
iput() has already judged the incoming parameter, so there is no need to repeat the judgment here. Signed-off-by: Wang Xiaojun --- fs/f2fs/namei.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 5f213f05556d..b7c9b602bd72 100644 --- a