]> git.baikalelectronics.ru Git - 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)
commit35e7f9fa9aa8ae6916602e0a72e005e3c2f9664e
tree9b37f32e897d7591c3ffc5ed07d3a42bd39e755b
parent4920ea0a6cd2cd37129701928e8c144d162d34c8
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