From patchwork Thu Oct 4 04:41:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3, 07/11] nfnetlink_cttimeout: pass nfnetlink_cttimeout module to netlink_dump_start X-Patchwork-Submitter: Gao feng X-Patchwork-Id: 189023 Message-Id: <1349325689-16104-7-git-send-email-gaofeng@cn.fujitsu.com> To: davem@davemloft.net, eric.dumazet@gmail.com, steffen.klassert@secunet.com Cc: netfilter-devel@vger.kernel.org, linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-crypto@vger.kernel.org, pablo@netfilter.org, stephen.hemminger@vyatta.com, jengelh@inai.de, Gao feng Date: Thu, 4 Oct 2012 12:41:25 +0800 From: Gao feng List-Id: set netlink_dump_control.module to avoid panic. Signed-off-by: Gao feng --- net/netfilter/nfnetlink_cttimeout.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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); }