commit | 600fe9751aeb6f6b72de84076a05c5b8c04152c0 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 29 12:42:09 2013 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 02 08:03:33 2013 -0700 |
tree | 3c02f2627ab4dad3cee03d3c03955376830b5065 | |
parent | 4ada8db38a44654446fe35ceb20a1972220e0f69 [diff] |
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>