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 d979657b8a12..719652305a29 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2583,7 +2583,7 @@ static void tcp_seq_stop(struct seq_file *seq, void *v) | |||
2583 | 2583 | ||
2584 | int tcp_seq_open(struct inode *inode, struct file *file) | 2584 | int tcp_seq_open(struct inode *inode, struct file *file) |
2585 | { | 2585 | { |
2586 | struct tcp_seq_afinfo *afinfo = PDE(inode)->data; | 2586 | struct tcp_seq_afinfo *afinfo = PDE_DATA(inode); |
2587 | struct tcp_iter_state *s; | 2587 | struct tcp_iter_state *s; |
2588 | int err; | 2588 | int err; |
2589 | 2589 | ||