summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2024-04-26 10:02:02 +0300
committerDavid S. Miller <davem@davemloft.net>2024-04-29 11:58:58 +0300
commit61f5338d62673379ff2ce5a8c05682658a196980 (patch)
tree96238d28a64fa18525cb222932baf4af21803100 /Documentation
parentcd42ba1c8ac9deb9032add6adf491110e7442040 (diff)
downloadlinux-61f5338d62673379ff2ce5a8c05682658a196980.tar.xz
inet: use call_rcu_hurry() in inet_free_ifa()
This is a followup of commit c4e86b4363ac ("net: add two more call_rcu_hurry()") Our reference to ifa->ifa_dev must be freed ASAP to release the reference to the netdev the same way. inet_rcu_free_ifa() in_dev_put() -> in_dev_finish_destroy() -> netdev_put() This should speedup device/netns dismantles when CONFIG_RCU_LAZY=y Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions