commit | 4d54cc32112d8d8b0667559c9309f1a6f764f70b | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Feb 12 15:59:59 2021 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 12 16:31:46 2021 -0800 |
tree | 05ec63a09dc8ed396f0ff2694a4d25fd752beba5 | |
parent | 6c714f1b547feb0402520357c91024375a4236f7 [diff] |
mptcp: avoid lock_fast usage in accept path Once event support is added this may need to allocate memory while msk lock is held with softirqs disabled. Not using lock_fast also allows to do the allocation with GFP_KERNEL. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>