commit | 4d85cd0c2a1ce22a9aca1fa668ba11043c834bbc | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Apr 20 15:37:59 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 21 16:06:13 2018 -0400 |
tree | 766f39e4a23d638e52e0485569ee98c35caeaeeb | |
parent | a269f1a764bb3abf5c73499fb74bc7ab1c2e986c [diff] |
net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_alloc A later patch protects 'from' in rt6_info and this simplifies the locking needed by it. With the move, the fib6_info_hold for the uncached_rt is no longer needed since the rcu_lock is still held. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>