diff options
Diffstat (limited to 'net/ipv4/inet_diag.c')
| -rw-r--r-- | net/ipv4/inet_diag.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/ipv4/inet_diag.c b/net/ipv4/inet_diag.c index 71f3c7350c6e..39061ed53cfd 100644 --- a/net/ipv4/inet_diag.c +++ b/net/ipv4/inet_diag.c | |||
| @@ -724,12 +724,6 @@ done: | |||
| 724 | return skb->len; | 724 | return skb->len; |
| 725 | } | 725 | } |
| 726 | 726 | ||
| 727 | static int inet_diag_dump_done(struct netlink_callback *cb) | ||
| 728 | { | ||
| 729 | return 0; | ||
| 730 | } | ||
| 731 | |||
| 732 | |||
| 733 | static __inline__ int | 727 | static __inline__ int |
| 734 | inet_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) | 728 | inet_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) |
| 735 | { | 729 | { |
| @@ -760,8 +754,7 @@ inet_diag_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) | |||
| 760 | goto err_inval; | 754 | goto err_inval; |
| 761 | } | 755 | } |
| 762 | return netlink_dump_start(idiagnl, skb, nlh, | 756 | return netlink_dump_start(idiagnl, skb, nlh, |
| 763 | inet_diag_dump, | 757 | inet_diag_dump, NULL); |
| 764 | inet_diag_dump_done); | ||
| 765 | } else { | 758 | } else { |
| 766 | return inet_diag_get_exact(skb, nlh); | 759 | return inet_diag_get_exact(skb, nlh); |
| 767 | } | 760 | } |
