[TCP]: Place file operations directly into tcp_seq_afinfo.

No need to have separate never-used variable.

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:30 -07:00
committed by David S. Miller
parent 52d6f3f11b
commit 68fcadd16c
3 changed files with 7 additions and 12 deletions

View File

@@ -1328,7 +1328,7 @@ struct tcp_seq_afinfo {
struct module *owner;
char *name;
sa_family_t family;
struct file_operations *seq_fops;
struct file_operations seq_fops;
struct seq_operations seq_ops;
};