From: Eric Dumazet Date: Thu, 16 May 2013 19:45:30 +0000 (+0000) Subject: x86: bpf_jit_comp: can call module_free() from any context X-Git-Tag: v3.11-rc1~16^2~390 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650c8496702f2910c506ccf66685893302e1796e;p=pandora-kernel.git x86: bpf_jit_comp: can call module_free() from any context It looks like we can call module_free()/vfree() from softirq context, so no longer need a wrapper and a work_struct. Signed-off-by: Eric Dumazet Cc: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed