]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fib: Use const struct nl_info * in rtmsg_fib
authorJoe Perches <joe@perches.com>
Thu, 17 Oct 2013 20:34:11 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Oct 2013 18:42:15 +0000 (14:42 -0400)
commit9877b25382e770618d0a36a3024d8a3c67eee9ea
tree01c1c1a0badbbd54c5757139dee8f30edc9e01aa
parent768877537de6b9f7c043b73f82baab4f09ee9799
fib: Use const struct nl_info * in rtmsg_fib

The rtmsg_fib function doesn't modify this argument so mark
it const.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_lookup.h
net/ipv4/fib_semantics.c