The patch titled Subject: mm/swap.c: not necessary to export __pagevec_lru_add() has been removed from the -mm tree. Its filename was mm-swapc-not-necessary-to-export-__pagevec_lru_add.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Wei Yang <richardw.yang@xxxxxxxxxxxxxxx> Subject: mm/swap.c: not necessary to export __pagevec_lru_add() __pagevec_lru_add() is only used in mm directory now. Remove the export symbol. Link: http://lkml.kernel.org/r/20200126011436.22979-1-richardw.yang@xxxxxxxxxxxxxxx Signed-off-by: Wei Yang <richardw.yang@xxxxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/swap.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/swap.c~mm-swapc-not-necessary-to-export-__pagevec_lru_add +++ a/mm/swap.c @@ -986,7 +986,6 @@ void __pagevec_lru_add(struct pagevec *p { pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, NULL); } -EXPORT_SYMBOL(__pagevec_lru_add); /** * pagevec_lookup_entries - gang pagecache lookup _ Patches currently in -mm which might be from richardw.yang@xxxxxxxxxxxxxxx are mm-migratec-no-need-to-check-for-i-start-in-do_pages_move.patch mm-migratec-wrap-do_move_pages_to_node-and-store_status.patch mm-migratec-check-pagelist-in-move_pages_and_store_status.patch mm-migratec-unify-not-queued-for-migration-handling-in-do_pages_move.patch