[TCP]: Remove owner from tcp_seq_afinfo.

Move it to tcp_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:
Denis V. Lunev
2008-04-13 22:13:53 -07:00
committed by David S. Miller
parent 68fcadd16c
commit 5f4472c5a6
3 changed files with 6 additions and 4 deletions
-1
View File
@@ -1325,7 +1325,6 @@ enum tcp_seq_states {
};
struct tcp_seq_afinfo {
struct module *owner;
char *name;
sa_family_t family;
struct file_operations seq_fops;