]> 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)
commit1fd195f64008bddb609593c2f09dd3b8d0157264
tree3c02f2627ab4dad3cee03d3c03955376830b5065
parent12642520c7ad493b4bee58d6d91cdbcea41bc728
ipc_schedule_free() can do vfree() directly now

Commit adefdb30d324 ("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