]> git.karo-electronics.de Git - linux-beck.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)
commit5172393522e4b2caf1af638076c3c0cd74313ae3
treeb92fe0d945a09054b572a02afbec120183e7302b
parenteef50d466a47bb6a57f2e55a9415c716c463255b
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: b83e3deb974c ("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