aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-04-14 01:13:30 -0400
committerDavid S. Miller <davem@davemloft.net>2008-04-14 01:13:30 -0400
commit68fcadd16c371d5e0698ba366f33a4f990ce83ce (patch)
tree074c58f40e77dd03f464e5d68f7f00841fa68f96 /include
parent52d6f3f11bdb8c26fead701c9dbad08acd28063d (diff)
[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>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 2c9a650412c0..93479ebf3e33 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1328,7 +1328,7 @@ struct tcp_seq_afinfo {
1328 struct module *owner; 1328 struct module *owner;
1329 char *name; 1329 char *name;
1330 sa_family_t family; 1330 sa_family_t family;
1331 struct file_operations *seq_fops; 1331 struct file_operations seq_fops;
1332 struct seq_operations seq_ops; 1332 struct seq_operations seq_ops;
1333}; 1333};
1334 1334