From 0020356355192cbaf6d315515e6c95bd09618c3b Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 5 May 2013 16:03:46 +0000 Subject: [PATCH] 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-format-patch failed