commit | 0020356355192cbaf6d315515e6c95bd09618c3b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Sun May 05 16:03:46 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 06 11:06:51 2013 -0400 |
tree | 8437e2fe173620f1b08390a728fac5d64a2d0374 | |
parent | b56141ab34e2c3e2d7960cea12c20c99530c0c76 [diff] |
fib_trie: no need to delay vfree() Now that vfree() can be called from interrupt contexts, there's no need to play games with schedule_work() to escape calling vfree() from RCU callbacks. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>