summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
diff options
context:
space:
mode:
authorAl Viro2013-03-11 01:14:08 +0100
committerAl Viro2013-03-11 02:18:21 +0100
commit32fcfd40715ed13f7a80cbde49d097ddae20c8e2 (patch)
treee4c211c1135a48ee853b3ec4d00623686317293a /arch/um/drivers
parentLinux 3.9-rc1 (diff)
downloadkernel-qcow2-linux-32fcfd40715ed13f7a80cbde49d097ddae20c8e2.tar.gz
kernel-qcow2-linux-32fcfd40715ed13f7a80cbde49d097ddae20c8e2.tar.xz
kernel-qcow2-linux-32fcfd40715ed13f7a80cbde49d097ddae20c8e2.zip
make vfree() safe to call from interrupt contexts
A bunch of RCU callbacks want to be able to do vfree() and end up with rather kludgy schemes. Just let vfree() do the right thing - put the victim on llist and schedule actual __vunmap() via schedule_work(), so that it runs from non-interrupt context. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/um/drivers')
0 files changed, 0 insertions, 0 deletions