summaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-03-10 20:14:08 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-03-10 21:18:21 -0400
commit32fcfd40715ed13f7a80cbde49d097ddae20c8e2 (patch)
treee4c211c1135a48ee853b3ec4d00623686317293a /crypto/arc4.c
parent6dbe51c251a327e012439c4772097a13df43c5b8 (diff)
downloadop-kernel-dev-32fcfd40715ed13f7a80cbde49d097ddae20c8e2.zip
op-kernel-dev-32fcfd40715ed13f7a80cbde49d097ddae20c8e2.tar.gz
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 'crypto/arc4.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud