mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-21 23:30:29 -05:00
Commitc182f90bc1("SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()") and commit1231f0baa5("net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()"), happening in different trees, introduced a build failure. Simply make the SCTP race fix use kfree_rcu() too. Signed-off-by: David S. Miller <davem@davemloft.net>