]> Git Repo - linux.git/commit
mm/list_lru.c: Rename kvfree_rcu() to local variant
authorUladzislau Rezki (Sony) <[email protected]>
Mon, 25 May 2020 21:47:56 +0000 (23:47 +0200)
committerPaul E. McKenney <[email protected]>
Mon, 29 Jun 2020 18:59:25 +0000 (11:59 -0700)
commite0feed08ab41df0fedc38d35938891ef5715c1d3
tree7e3493b1de9ddc9f1ce0ed18316a5cfd82bd1e37
parentc408b215f58f7156bb6bafb64c0263ee907033df
mm/list_lru.c: Rename kvfree_rcu() to local variant

Rename kvfree_rcu() function to the kvfree_rcu_local() one.
The purpose is to prevent a conflict of two same function
declarations. The kvfree_rcu() will be globally visible
what would lead to a build error. No functional change.

Cc: [email protected]
Cc: [email protected]
Cc: Andrew Morton <[email protected]>
Signed-off-by: Uladzislau Rezki (Sony) <[email protected]>
Reviewed-by: Joel Fernandes (Google) <[email protected]>
Signed-off-by: Joel Fernandes (Google) <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
mm/list_lru.c
This page took 0.05296 seconds and 4 git commands to generate.