There is currently no modular user of this function. We used to have filesystems that open-coded the page cache instantiation, but luckily they're all streamlined, and we don't want this to come back.
Signed-off-by: Johannes Weiner <han...@cmpxchg.org> --- mm/swap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/swap.c b/mm/swap.c index 95916142fc46..d810c3d95c97 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -860,7 +860,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 -- 2.8.3