Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Reviewed-by: Mat Martineau <[email protected]> Signed-off-by: Florian Westphal <[email protected]>
- Loading branch information