diff --git a/[refs] b/[refs] index 48652f1e04d1..2fc684550beb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 624e2d21356a40ad7200cb30c4f966741d805a79 +refs/heads/master: e61667af2f77d481411f2ccd307fed2247d785a8 diff --git a/trunk/include/linux/tcp.h b/trunk/include/linux/tcp.h index f28408c07dc2..515c3746b675 100644 --- a/trunk/include/linux/tcp.h +++ b/trunk/include/linux/tcp.h @@ -361,10 +361,6 @@ struct tcp_timewait_sock { #ifdef CONFIG_TCP_MD5SIG struct tcp_md5sig_key *tw_md5_key; #endif - /* Few sockets in timewait have cookies; in that case, then this - * object holds a reference to them (tw_cookie_values->kref). - */ - struct tcp_cookie_values *tw_cookie_values; }; static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk)