diff options
author | 2021-02-24 12:04:12 -0800 | |
---|---|---|
committer | 2021-02-24 13:38:30 -0800 | |
commit | a7b7e1df892457935ec4f35ef9e9aa344758dbc9 (patch) | |
tree | 4b82d6f6bb8b3a9086b1b228f729243b75ea9791 /mm/pgtable-generic.c | |
parent | mm: memcontrol: replace the loop with a list_for_each_entry() (diff) | |
download | linux-dev-a7b7e1df892457935ec4f35ef9e9aa344758dbc9.tar.xz linux-dev-a7b7e1df892457935ec4f35ef9e9aa344758dbc9.zip |
mm/list_lru.c: remove kvfree_rcu_local()
The list_lru file used to have local kvfree_rcu() which was renamed by
commit e0feed08ab41 ("mm/list_lru.c: Rename kvfree_rcu() to local
variant") to introduce the globally visible kvfree_rcu().
Now we have global kvfree_rcu(), so remove the local kvfree_rcu_local()
and just use the global one.
Link: https://lkml.kernel.org/r/20210207152148.1285842-1-shakeelb@google.com
Signed-off-by: Shakeel Butt <shakeelb@google.com>
Reviewed-by: Uladzislau Rezki <urezki@gmail.com>
Reviewed-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/pgtable-generic.c')
0 files changed, 0 insertions, 0 deletions