mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
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>
This commit is contained in:
parent
4039146777
commit
abc7285d89
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ struct mptcp_pm_addr_entry {
|
|||
struct mptcp_addr_info addr;
|
||||
u8 flags;
|
||||
int ifindex;
|
||||
struct rcu_head rcu;
|
||||
struct socket *lsk;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue