Skip to content
Snippets Groups Projects
Commit bde07cfc authored by Wei Yang's avatar Wei Yang Committed by Linus Torvalds
Browse files

mm/swap.c: not necessary to export __pagevec_lru_add()


__pagevec_lru_add() is only used in mm directory now.

Remove the export symbol.

Signed-off-by: default avatarWei Yang <richardw.yang@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200126011436.22979-1-richardw.yang@linux.intel.com


Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3eeba135
No related branches found
No related tags found
No related merge requests found
...@@ -986,7 +986,6 @@ void __pagevec_lru_add(struct pagevec *pvec) ...@@ -986,7 +986,6 @@ void __pagevec_lru_add(struct pagevec *pvec)
{ {
pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, NULL); pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, NULL);
} }
EXPORT_SYMBOL(__pagevec_lru_add);
/** /**
* pagevec_lookup_entries - gang pagecache lookup * pagevec_lookup_entries - gang pagecache lookup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment