diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index dabbf1d392fb..f844c06c0676 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -6130,7 +6130,6 @@ struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, | |||
6130 | if (req) { | 6130 | if (req) { |
6131 | struct inet_request_sock *ireq = inet_rsk(req); | 6131 | struct inet_request_sock *ireq = inet_rsk(req); |
6132 | 6132 | ||
6133 | kmemcheck_annotate_bitfield(ireq, flags); | ||
6134 | ireq->ireq_opt = NULL; | 6133 | ireq->ireq_opt = NULL; |
6135 | #if IS_ENABLED(CONFIG_IPV6) | 6134 | #if IS_ENABLED(CONFIG_IPV6) |
6136 | ireq->pktopts = NULL; | 6135 | ireq->pktopts = NULL; |