diff options
| author | Shakeel Butt <[email protected]> | 2021-02-24 12:04:12 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-02-24 13:38:30 -0800 |
| commit | a7b7e1df892457935ec4f35ef9e9aa344758dbc9 (patch) | |
| tree | 4b82d6f6bb8b3a9086b1b228f729243b75ea9791 /tools/perf/scripts/python/bin | |
| parent | c41a40b6baf732ca1d519ff558fb0082c0c04e9a (diff) | |
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/[email protected]
Signed-off-by: Shakeel Butt <[email protected]>
Reviewed-by: Uladzislau Rezki <[email protected]>
Reviewed-by: Kirill Tkhai <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions