]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipc/util.c: use kvfree() in ipc_rcu_free()
authorPekka Enberg <penberg@kernel.org>
Tue, 30 Jun 2015 21:58:33 +0000 (14:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Jul 2015 02:44:58 +0000 (19:44 -0700)
commitc859aa83113dcad165d986e66aa21c5b73745f42
tree6c705179b893cfe26873dafc2a215b023f0da431
parent92ed932d3081e494a6c61d22c093af100a313034
ipc/util.c: use kvfree() in ipc_rcu_free()

Use kvfree() instead of open-coding it.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/util.c