]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: fix tcp_v6_md5_do_lookup prototype
authorEric Dumazet <edumazet@google.com>
Wed, 30 Sep 2015 04:24:05 +0000 (21:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:33:05 +0000 (21:33 -0700)
commit03b0475d6b5b37e0ea2a05eb46e73938c01cdb6e
treeb92fe0d945a09054b572a02afbec120183e7302b
parent42f814275061446eb83fcda66b9d7e8c98bd3b76
tcp: fix tcp_v6_md5_do_lookup prototype

tcp_v6_md5_do_lookup() now takes a const socket, even if
CONFIG_TCP_MD5SIG is not set.

Fixes: 50b0b7d310eb ("tcp: md5: constify tcp_md5_do_lookup() socket argument")
From: Eric Dumazet <edumazet@google.com>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c