commit | 44ef548f4f8bbc739070583f9844ff0cd8fcc6b4 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Thu Mar 03 14:34:14 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 06 22:57:35 2016 -0500 |
tree | 63926572c730ec566b61cc3eb48019433793b7a6 | |
parent | eb1f420214adf81fd98d9e8df6b60318ef883102 [diff] |
net: sched: fix act_ipt for LOG target Before calling the destroy() or target() callbacks, the family parameter field has to be initialized. Otherwise at least the LOG target will refuse to work and upon removal oops the kernel. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Phil Sutter <phil@nwl.cc> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>