| Submitter | Gao feng |
|---|---|
| Date | Oct. 4, 2012, 4:41 a.m. |
| Message ID | <1349325689-16104-7-git-send-email-gaofeng@cn.fujitsu.com> |
| Download | mbox | patch |
| Permalink | /patch/189021/ |
| State | Changes Requested |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/netfilter/nfnetlink_cttimeout.c b/net/netfilter/nfnetlink_cttimeout.c index 8847b4d..e0ab57c 100644 --- a/net/netfilter/nfnetlink_cttimeout.c +++ b/net/netfilter/nfnetlink_cttimeout.c @@ -248,6 +248,7 @@ cttimeout_get_timeout(struct sock *ctnl, struct sk_buff *skb, if (nlh->nlmsg_flags & NLM_F_DUMP) { struct netlink_dump_control c = { .dump = ctnl_timeout_dump, + .module = THIS_MODULE, }; return netlink_dump_start(ctnl, skb, nlh, &c); }
set netlink_dump_control.module to avoid panic. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> --- net/netfilter/nfnetlink_cttimeout.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)