mptcp: drop unused rcu member in mptcp_pm_addr_entry
authorGeliang Tang <geliangtang@gmail.com>
Mon, 2 Aug 2021 23:19:14 +0000 (16:19 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Aug 2021 21:26:46 +0000 (14:26 -0700)
commitabc7285d89ffd089739a1a3059ddd843dd019637
tree477e1bff831cde704c65aa649f449c32a3152de1
parent4039146777a91e1576da2bf38e0d8a1061a1ae47
mptcp: drop unused rcu member in mptcp_pm_addr_entry

kfree_rcu() had been removed from pm_netlink.c, so this rcu field in
struct mptcp_pm_addr_entry became useless. Let's drop it.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Link: https://lore.kernel.org/r/20210802231914.54709-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/pm_netlink.c