diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index c2025f159641..115389e9b945 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -463,7 +463,7 @@ struct tcp_sock { | |||
463 | const struct tcp_sock_af_ops *af_specific; | 463 | const struct tcp_sock_af_ops *af_specific; |
464 | 464 | ||
465 | /* TCP MD5 Signature Option information */ | 465 | /* TCP MD5 Signature Option information */ |
466 | struct tcp_md5sig_info *md5sig_info; | 466 | struct tcp_md5sig_info __rcu *md5sig_info; |
467 | #endif | 467 | #endif |
468 | 468 | ||
469 | /* When the cookie options are generated and exchanged, then this | 469 | /* When the cookie options are generated and exchanged, then this |