Re: [PATCH 10/11] mm: make lruvec_lru_size() static

2020-12-08 Thread Alex Shi
Reviewed-by: Alex Shi 在 2020/12/8 上午6:09, Yu Zhao 写道: > All other references to the function were removed after > commit b910718a948a ("mm: vmscan: detect file thrashing at the reclaim root") > > Signed-off-by: Yu Zhao > --- > include/linux/mmzone.h | 2 -- > mm/vmscan.c| 3 ++- >

[PATCH 10/11] mm: make lruvec_lru_size() static

2020-12-07 Thread Yu Zhao
All other references to the function were removed after commit b910718a948a ("mm: vmscan: detect file thrashing at the reclaim root") Signed-off-by: Yu Zhao --- include/linux/mmzone.h | 2 -- mm/vmscan.c| 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/l