Re: [f2fs-dev] [PATCH] f2fs: use cow inode data when updating atomic write
From: Chao Yu
Date: Mon Apr 24 2023 - 11:47:14 EST
On 2023/4/24 23:43, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>
Need to use cow inode data content instead of the one in the original
inode, when we try to write the already updated atomic write files.
Fixes: 3db1de0e582c ("f2fs: change the current atomic write way")
Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,