[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:
committed by
David S. Miller
parent
52d6f3f11b
commit
68fcadd16c
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user