mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipv6: remove unused parameter from ip6_ra_control
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bdccc4ca13
commit
725a8ff04a
3 changed files with 4 additions and 9 deletions
|
@ -1157,7 +1157,7 @@ static int rawv6_ioctl(struct sock *sk, int cmd, unsigned long arg)
|
|||
static void rawv6_close(struct sock *sk, long timeout)
|
||||
{
|
||||
if (inet_sk(sk)->num == IPPROTO_RAW)
|
||||
ip6_ra_control(sk, -1, NULL);
|
||||
ip6_ra_control(sk, -1);
|
||||
ip6mr_sk_done(sk);
|
||||
sk_common_release(sk);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue