]> git.baikalelectronics.ru Git - kernel.git/commit
mm/list_lru.c: remove kvfree_rcu_local()
authorShakeel Butt <shakeelb@google.com>
Wed, 24 Feb 2021 20:04:12 +0000 (12:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Feb 2021 21:38:30 +0000 (13:38 -0800)
commitda7a3b3de17dd516dc3433040e2c4a13638d4498
tree4b82d6f6bb8b3a9086b1b228f729243b75ea9791
parentda4542ff39440187c2e0a5dd0049541abf119dde
mm/list_lru.c: remove kvfree_rcu_local()

The list_lru file used to have local kvfree_rcu() which was renamed by
commit abae64655c58 ("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>
mm/list_lru.c