Re: [f2fs-dev] [PATCH] f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITE

From: Chao Yu
Date: Thu Aug 04 2022 - 08:12:50 EST


On 2022/8/2 1:08, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

F2FS_IOC_ABORT_VOLATILE_WRITE was used to abort a atomic write before.
However it was removed accidentally. So revive it by changing the name,
since volatile write had gone.

Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>
Fiexes: 7bc155fec5b3("f2fs: kill volatile write support")

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,