Re: [f2fs-dev] [PATCH] f2fs: remove a redundant conditional expression

2017-11-29 Thread Chao Yu
On 2017/11/28 20:17, LiFan wrote: > Avoid checking is_inode repeatedly, and make the logic > a little bit clearer. > > Signed-off-by: Fan li Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH] f2fs: remove a redundant conditional expression

2017-11-28 Thread LiFan
Avoid checking is_inode repeatedly, and make the logic a little bit clearer. Signed-off-by: Fan li --- fs/f2fs/f2fs.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 4acdca4..95cc4ef 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs