commit | 1c677b3d2828a84e0360e1a07d1204531540dc03 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Sat Dec 03 16:44:59 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 03 19:29:35 2016 -0500 |
tree | 722b60bcd53e51286e982f1b6e6b8073240a5b97 | |
parent | b423cb10807b3a24b909c40f4372df88118a9875 [diff] |
ipv4: fib: Add fib_info_hold() helper As explained in the previous commit, modules are going to need to take a reference on fib info and then drop it using fib_info_put(). Add the fib_info_hold() helper to make the code more readable and also symmetric with fib_info_put(). Signed-off-by: Ido Schimmel <idosch@mellanox.com> Suggested-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>