[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348648888-24943-3-git-send-email-gaofeng@cn.fujitsu.com>
Date: Wed, 26 Sep 2012 16:41:20 +0800
From: Gao feng <gaofeng@...fujitsu.com>
To: davem@...emloft.net, eric.dumazet@...il.com,
steffen.klassert@...unet.com
Cc: netfilter-devel@...r.kernel.org, linux-rdma@...r.kernel.org,
netdev@...r.kernel.org, linux-crypto@...r.kernel.org,
pablo@...filter.org, stephen.hemminger@...tta.com, jengelh@...i.de,
Gao feng <gaofeng@...fujitsu.com>
Subject: [patch v2 03/11] unix_diag: pass unix_diag module to netlink_dump_start
set netlink_dump_control.done and .module to avoid panic.
Signed-off-by: Gao feng <gaofeng@...fujitsu.com>
---
net/unix/diag.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/net/unix/diag.c b/net/unix/diag.c
index 750b134..5e09553 100644
--- a/net/unix/diag.c
+++ b/net/unix/diag.c
@@ -299,6 +299,8 @@ static int unix_diag_handler_dump(struct sk_buff *skb, struct nlmsghdr *h)
if (h->nlmsg_flags & NLM_F_DUMP) {
struct netlink_dump_control c = {
.dump = unix_diag_dump,
+ .done = netlink_dump_done,
+ .module = THIS_MODULE,
};
return netlink_dump_start(net->diag_nlsk, skb, h, &c);
} else
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists