Re: [PATCH] f2fs: refine comments for inline flags

From: Chao Yu
Date: Fri Jun 10 2022 - 08:56:30 EST


On 2022/6/2 15:24, Chao Liu wrote:
From: Chao Liu <liuchao@xxxxxxxxxxx>

Currently, we use f2fs_has_inline_xattr() to check whether the
inode can store inline xattr. However, it might be misinterpreted
as the inode has at least one inline xattr.

The same is true for f2fs_has_inline_data() and
f2fs_has_inline_dentry(). To be more intuitive and specific,
refine comments of inline flags.

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

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,