Skip to content

Commit 78c0ed0

Browse files
ryncsnakpm00
authored andcommitted
mm/list_lru: don't export list_lru_add
It's no longer used by any module, just remove it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kairui Song <[email protected]> Reviewed-by: Muchun Song <[email protected]> Acked-by: Shakeel Butt <[email protected]> Cc: Chengming Zhou <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Matthew Wilcox (Oracle) <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Qi Zheng <[email protected]> Cc: Roman Gushchin <[email protected]> Cc: Waiman Long <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 3f28bbe commit 78c0ed0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mm/list_lru.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ bool list_lru_add(struct list_lru *lru, struct list_head *item, int nid,
106106
spin_unlock(&nlru->lock);
107107
return false;
108108
}
109-
EXPORT_SYMBOL_GPL(list_lru_add);
110109

111110
bool list_lru_add_obj(struct list_lru *lru, struct list_head *item)
112111
{

0 commit comments

Comments
 (0)