Re: [f2fs-dev] [PATCH 1/2] f2fs: refactor f2fs_evict_inode having three major parts
From: Chao Yu
Date: Mon Aug 10 2026 - 21:48:35 EST
On 8/8/26 06:02, Jaegeuk Kim via Linux-f2fs-devel wrote:
> 1. f2fs_pre_evict_inode()
> : drop all in-memory structures
>
> 2. f2fs_delete_inode()
> : truncate inode blocks, if it was unlinked.
>
> 3. f2fs_post_evict_inode()
> : update inode records for future access
That's a good cleanup! more clear now.
>
> Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,