diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index d09203c63264..fc55a1c79bd9 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2580,7 +2580,7 @@ static void tcp_seq_stop(struct seq_file *seq, void *v) | |||
2580 | 2580 | ||
2581 | int tcp_seq_open(struct inode *inode, struct file *file) | 2581 | int tcp_seq_open(struct inode *inode, struct file *file) |
2582 | { | 2582 | { |
2583 | struct tcp_seq_afinfo *afinfo = PDE(inode)->data; | 2583 | struct tcp_seq_afinfo *afinfo = PDE_DATA(inode); |
2584 | struct tcp_iter_state *s; | 2584 | struct tcp_iter_state *s; |
2585 | int err; | 2585 | int err; |
2586 | 2586 | ||