aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-03-28 18:23:33 -0700
committerDavid S. Miller <davem@davemloft.net>2008-03-28 18:23:33 -0700
commit6f191efe48af62dd5f8917dd21d187f896cd6c81 (patch)
tree5714f28be720f2e52f256ae516e76bc4ba4fc7de /include/net/udp.h
parent[NET]: Fix dev_alloc_skb() typo. (diff)
downloadlinux-dev-6f191efe48af62dd5f8917dd21d187f896cd6c81.tar.xz
linux-dev-6f191efe48af62dd5f8917dd21d187f896cd6c81.zip
[UDP]: Replace struct net on udp_iter_state with seq_net_private.
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/udp.h')
-rw-r--r--include/net/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h
index 635940d374ab..77af7d46d868 100644
--- a/include/net/udp.h
+++ b/include/net/udp.h
@@ -194,7 +194,7 @@ struct udp_seq_afinfo {
};
struct udp_iter_state {
- struct net *net;
+ struct seq_net_private p;
sa_family_t family;
struct hlist_head *hashtable;
int bucket;