]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: bpf_jit_comp: can call module_free() from any context
authorEric Dumazet <edumazet@google.com>
Fri, 17 May 2013 12:12:34 +0000 (12:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 May 2013 01:27:52 +0000 (18:27 -0700)
commit18666e3cd1dea4d790025a002401fbaa6dbc798d
treed5a8dec2dfa7c1a185db3cca68604c9c173fb40e
parentca1ac70bb0590c9d8d35779e6dfcafb069b494ac
sparc: bpf_jit_comp: can call module_free() from any context

module_free()/vfree() takes care of details, we no longer need a wrapper
and a work_struct.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/net/bpf_jit_comp.c