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 d09203c6326..fc55a1c79bd 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)  int tcp_seq_open(struct inode *inode, struct file *file)  { -	struct tcp_seq_afinfo *afinfo = PDE(inode)->data; +	struct tcp_seq_afinfo *afinfo = PDE_DATA(inode);  	struct tcp_iter_state *s;  	int err;  |