Re: [f2fs-dev] [PATCH 1/2] f2fs: refactor f2fs_evict_inode having three major parts
Chao Yu <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.file-systems.f2fs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks,