]> git.baikalelectronics.ru Git - kernel.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)
commit39a9d9470eb75f307d7c296af131892a712a59a6
tree6c705179b893cfe26873dafc2a215b023f0da431
parent008a8d2c50298f3ef246e8d246d650881fa6c4a8
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