commit | 650c8496702f2910c506ccf66685893302e1796e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu May 16 19:45:30 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 17 17:37:19 2013 -0700 |
tree | a1236a98d13dfb56d2d6b020f1c06a0353b54dba | |
parent | b4236daa410e4e778a938ac1151bf94d94c55efc [diff] |
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 <edumazet@google.com> Cc: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>