[UDP]: Remove owner from udp_seq_afinfo.
Move it to udp_seq_afinfo->seq_fops as should be. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3ba9441bdf
commit
4ad96d39a2
@@ -97,10 +97,12 @@ void udplitev6_exit(void)
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
static struct udp_seq_afinfo udplite6_seq_afinfo = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = "udplite6",
|
||||
.family = AF_INET6,
|
||||
.hashtable = udplite_hash,
|
||||
.seq_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.seq_ops = {
|
||||
.show = udp6_seq_show,
|
||||
},
|
||||
|
Reference in New Issue
Block a user