Re: [f2fs-dev] f2fs-tools: Check and fix inline xattr inplace

From: Sheng Yong
Date: Thu Dec 05 2024 - 06:48:54 EST



On 2024/12/5 11:40, wangzijie wrote:
On 2024/12/4 20:23, wangzijie wrote:

[...]

Hi, yong

Thanks for sharing what you proposed to do. By the way, I noticed that
when setattr, read_all_xattr will set xattr header's magic and refcount,
but it seems we don't check these values in header(kernel/fsck). Should we
add check logic for it?

Right, but magic number and refcount are not really used, I think we could
leave it as it is.

thanks,
shengyong

[...]