]> git.baikalelectronics.ru Git - kernel.git/commit
ipc_schedule_free() can do vfree() directly now
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Apr 2013 16:42:09 +0000 (12:42 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 May 2013 15:03:33 +0000 (08:03 -0700)
commit0d7f631dc7af6e1ddbcd4afca08e6440fdbc4cbe
tree3c02f2627ab4dad3cee03d3c03955376830b5065
parent1dfd751dd5c430e9ea3ebf1453ccc2736ce5065d
ipc_schedule_free() can do vfree() directly now

Commit 678c85e2ad0e ("make vfree() safe to call from interrupt
contexts") made it safe to do vfree directly from the RCU callback,
which allows us to simplify ipc/util.c a lot by getting rid of the
differences between vmalloc/kmalloc memory.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/util.c