Re: [PATCH v2] erofs: rename ctime to mtime

From: Chao Yu
Date: Thu Mar 17 2022 - 08:23:16 EST


On 2022/3/17 19:49, Gao Xiang wrote:
From: David Anderson <dvander@xxxxxxxxxx>

EROFS images should inherit modification time rather than change time,
since users and host tooling have no easy way to control change time.

To reflect the new timestamp meaning, i_ctime and i_ctime_nsec are
renamed to i_mtime and i_mtime_nsec.

Signed-off-by: David Anderson <dvander@xxxxxxxxxx>
[ Gao Xiang: update document as well. ]
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,