Re: [f2fs-dev] [PATCH 2/2] f2fs: call __add_ino_entry out of the eviction path

From: Chao Yu

Date: Mon Aug 10 2026 - 21:49:39 EST


On 8/8/26 06:02, Jaegeuk Kim via Linux-f2fs-devel wrote:
> The f2fs_evict_inode() can be called during the direct reclaim path, but
> __add_ino_entry requires allocating some memory. Since we don't need to
> do that in that context, let's migrate it in other workqueue context.
>
> Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,