diff options
Diffstat (limited to 'net/ipv6/udp.c')
-rw-r--r-- | net/ipv6/udp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index e0693fffc9bd..09687f7a8564 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c | |||
@@ -879,15 +879,13 @@ do_confirm: | |||
879 | goto out; | 879 | goto out; |
880 | } | 880 | } |
881 | 881 | ||
882 | int udpv6_destroy_sock(struct sock *sk) | 882 | void udpv6_destroy_sock(struct sock *sk) |
883 | { | 883 | { |
884 | lock_sock(sk); | 884 | lock_sock(sk); |
885 | udp_v6_flush_pending_frames(sk); | 885 | udp_v6_flush_pending_frames(sk); |
886 | release_sock(sk); | 886 | release_sock(sk); |
887 | 887 | ||
888 | inet6_destroy_sock(sk); | 888 | inet6_destroy_sock(sk); |
889 | |||
890 | return 0; | ||
891 | } | 889 | } |
892 | 890 | ||
893 | /* | 891 | /* |