[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>
This commit is contained in:
Denis V. Lunev
2008-03-28 18:23:33 -07:00
committed by David S. Miller
parent a0f55e0e83
commit 6f191efe48
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;