Re: [PATCH RESEND] f2fs: make f2fs_read_inline_data() more readable

From: Chao Yu
Date: Thu May 19 2022 - 11:30:25 EST


On 2022/5/19 18:40, Chao Liu wrote:
From: Chao Liu <liuchao@xxxxxxxxxxx>

In f2fs_read_inline_data(), it is confused with checking of
inline_data flag, as we checked it before calling. So this
patch add some comments for f2fs_has_inline_data().

Signed-off-by: Chao Liu <liuchao@xxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,