]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: return errno pointers consistently for fib6_add_1()
authorLin Ming <mlin@ss.pku.edu.cn>
Tue, 25 Sep 2012 15:17:07 +0000 (15:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Sep 2012 22:48:28 +0000 (18:48 -0400)
commit57a8b0a89447cac3fc3fbdd1c496be2048d7db43
treeac2c7777a1e61f45e803ec5d0e038ecfc5b77343
parenta39aa6bd1057d7a5ef3bf2a7d6c4075d0f8b1206
ipv6: return errno pointers consistently for fib6_add_1()

fib6_add_1() should consistently return errno pointers,
rather than a mixture of NULL and errno pointers.

Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_fib.c