]> git.baikalelectronics.ru Git - kernel.git/commit
fib_trie: no need to delay vfree()
authorAl Viro <viro@ZenIV.linux.org.uk>
Sun, 5 May 2013 16:03:46 +0000 (16:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 May 2013 15:06:51 +0000 (11:06 -0400)
commit1b0b34448031162d1be372dab101ade6f12df84a
tree8437e2fe173620f1b08390a728fac5d64a2d0374
parent19893c26519b6c8fe1a96153193bc6d61923a746
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>
net/ipv4/fib_trie.c