commit | 93c2fb253d177a0b8f4f93592441f88c9b7d6245 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Apr 18 15:38:59 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 19 15:40:12 2018 -0400 |
tree | 7cb2f0bd31d48780130b190fc0d81dfe4aa7db6d | |
parent | 88078d98d1bb085d72af8437707279e203524fa5 [diff] |
net/ipv6: Rename fib6_info struct elements Change the prefix for fib6_info struct elements from rt6i_ to fib6_. rt6i_pcpu and rt6i_exception_bucket are left as is given that they point to rt6_info entries. Rename only; not functional change intended. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>