Re: [PATCH 29/29] mm: shrinker: move shrinker-related code into a separate file
From: Qi Zheng
Date: Fri Jun 23 2023 - 09:13:30 EST
Hi Vlastimil,
On 2023/6/22 22:53, Vlastimil Babka wrote:
On 6/22/23 10:53, Qi Zheng wrote:
The mm/vmscan.c file is too large, so separate the shrinker-related
code from it into a separate file. No functional changes.
Signed-off-by: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx>
Maybe do this move as patch 01 so the further changes are done in the new
file already?
Sure, I will do it in the v2.
Thanks,
Qi