commit | bde07cfc65da5fe6c63fe23f035f5ccc0ffd89e0 | [log] [tgz] |
---|---|---|
author | Wei Yang <[email protected]> | Wed Apr 01 21:06:10 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Apr 02 09:35:27 2020 -0700 |
tree | 9b37f32e897d7591c3ffc5ed07d3a42bd39e755b | |
parent | 3eeba1356dfc114e5fed3d05288a5bda0425927f [diff] |
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>