mm: remove struct pagevec
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 21 Jun 2023 16:45:54 +0000 (17:45 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 23 Jun 2023 23:59:30 +0000 (16:59 -0700)
commit1e0877d58b1e22517d8939b22b963c043e6c63fd
tree6d0f4f8ed78bffde726df82b816517a23dbd2686
parent76fa88429075667fe76d4905f2f471e0ac3d543c
mm: remove struct pagevec

All users are now converted to use the folio_batch so we can get rid of
this data structure.

Link: https://lkml.kernel.org/r/20230621164557.3510324-11-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/pagevec.h
mm/swap.c