From: Al Viro Date: Sun, 5 May 2013 16:03:46 +0000 (+0000) Subject: fib_trie: no need to delay vfree() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~21^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0020356355192cbaf6d315515e6c95bd09618c3b;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed