]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mm/swap.c: not necessary to export __pagevec_lru_add()
authorWei Yang <richardw.yang@linux.intel.com>
Thu, 2 Apr 2020 04:06:10 +0000 (21:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Apr 2020 16:35:27 +0000 (09:35 -0700)
commitbde07cfc65da5fe6c63fe23f035f5ccc0ffd89e0
tree9b37f32e897d7591c3ffc5ed07d3a42bd39e755b
parent3eeba1356dfc114e5fed3d05288a5bda0425927f
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>
mm/swap.c