inet_connection_sock: remove unused parameter of reqsk_queue_unlink func
authorZhiqiang Liu <liuzhiqiang26@huawei.com>
Wed, 5 Jun 2019 10:49:49 +0000 (18:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 01:48:49 +0000 (18:48 -0700)
commit8b5e07d7ee95e3c22cb301731f87d95f58639591
tree5343a3f56c61f8068698b65d3efff0d88381ee48
parent2bd229df5e2ecbc13909f71dbd196fced1d533ca
inet_connection_sock: remove unused parameter of reqsk_queue_unlink func

small cleanup: "struct request_sock_queue *queue" parameter of reqsk_queue_unlink
func is never used in the func, so we can remove it.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/inet_connection_sock.c