Re: [PATCH 5/7] mm: Remove nr_entries parameter from pagevec_lookup_entries

2020-08-24 Thread Jan Kara
On Wed 19-08-20 16:05:53, Matthew Wilcox (Oracle) wrote: > All callers want to fetch the full size of the pvec. > > Signed-off-by: Matthew Wilcox (Oracle) Looks good to me. You can add: Reviewed-by: Jan Kara Honza > --- > inclu

[PATCH 5/7] mm: Remove nr_entries parameter from pagevec_lookup_entries

2020-08-19 Thread Matthew Wilcox (Oracle)
All callers want to fetch the full size of the pvec. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/pagevec.h | 2 +- mm/swap.c | 4 ++-- mm/truncate.c | 10 -- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/include/linux/pagevec.h b/in