commit | 94e187c01512c9cf29e2ff54bf1a1b045f38293d | [log] [tgz] |
---|---|---|
author | Amerigo Wang <amwang@redhat.com> | Mon Oct 29 00:13:19 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 03 14:59:05 2012 -0400 |
tree | 2149f4652fb0fc997ce5728f9574e1ab5351f0e5 | |
parent | 6da025fa23bb10c82f80de319c837ed2b02306e4 [diff] |
ipv6: introduce ip6_rt_put() As suggested by Eric, we could introduce a helper function for ipv6 too, to avoid checking if rt is NULL before dst_release(). Cc: Eric Dumazet <eric.dumazet@gmail.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>