]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Fix inet6_init() cleanup order
authorVlad Yasevich <vyasevich@gmail.com>
Sat, 16 Nov 2013 20:17:24 +0000 (15:17 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Nov 2013 20:38:46 +0000 (15:38 -0500)
commit88dfbba5aeba6362269f3f5e499e792e33dd2a16
tree949d1b55b85eb493b828101684386b316a70fb1e
parenteb94cdd94d0af35f0ca7408761a9fc61c1689bf3
ipv6: Fix inet6_init() cleanup order

Commit 2c41d119cad320cd2b4af74826dcff69f6e55078
net: ipv6: Add IPv6 support to the ping socket

introduced a change in the cleanup logic of inet6_init and
has a bug in that ipv6_packet_cleanup() may not be called.
Fix the cleanup ordering.

CC: Hannes Frederic Sowa <hannes@stressinduktion.org>
CC: Lorenzo Colitti <lorenzo@google.com>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Vlad Yasevich <vyasevich@gmail.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/af_inet6.c