diff options
author | Shakeel Butt <shakeelb@google.com> | 2021-02-24 23:04:12 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-25 00:38:30 +0300 |
commit | a7b7e1df892457935ec4f35ef9e9aa344758dbc9 (patch) | |
tree | 4b82d6f6bb8b3a9086b1b228f729243b75ea9791 /fs/buffer.c | |
parent | c41a40b6baf732ca1d519ff558fb0082c0c04e9a (diff) | |
download | linux-a7b7e1df892457935ec4f35ef9e9aa344758dbc9.tar.xz |
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 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions