mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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: Wei Yang <richardw.yang@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/20200126011436.22979-1-richardw.yang@linux.intel.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3eeba1356d
commit
bde07cfc65
1 changed files with 0 additions and 1 deletions
|
@ -986,7 +986,6 @@ void __pagevec_lru_add(struct pagevec *pvec)
|
|||
{
|
||||
pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, NULL);
|
||||
}
|
||||
EXPORT_SYMBOL(__pagevec_lru_add);
|
||||
|
||||
/**
|
||||
* pagevec_lookup_entries - gang pagecache lookup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue