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)
commit600fe9751aeb6f6b72de84076a05c5b8c04152c0
tree3c02f2627ab4dad3cee03d3c03955376830b5065
parent4ada8db38a44654446fe35ceb20a1972220e0f69
ipc_schedule_free() can do vfree() directly now

Commit 32fcfd40715e ("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