]> git.baikalelectronics.ru Git - kernel.git/commit
mpls: Fix the kzalloc argument order in mpls_rt_alloc
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 7 Mar 2015 22:19:41 +0000 (16:19 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Mar 2015 23:30:06 +0000 (19:30 -0400)
commit3814cc13feed38605f541ea9a2e9eb3bd013198b
treee71ed70e26c25f1d1819ff137ceac9be62dae3a5
parentb42dff2b045b69b80e8e51e8e48c37b777826cc3
mpls: Fix the kzalloc argument order in mpls_rt_alloc

*Blink* I got the argument order wrong to kzalloc and the
code was working properly when tested. *Blink*

Fix that.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/af_mpls.c