Re: [f2fs-dev] [PATCH v3 1/2] f2fs: avoid redundant clean nat entry move in lru list
Brought to you by:
kjgkr
From: Chao Yu <ch...@ke...> - 2025-07-28 07:39:53
|
On 7/28/25 13:02, wangzijie wrote: > __lookup_nat_cache follows LRU manner to move clean nat entry, when nat > entries are going to be dirty, no need to move them to tail of lru list. > Introduce a parameter 'for_dirty' to avoid it. > > Signed-off-by: wangzijie <wan...@ho...> Reviewed-by: Chao Yu <ch...@ke...> Thanks, |