Re: [PATCH 2/2] tcp: bind() optimize port allocation
From: Eric Dumazet <hidden> Date: 2012-01-25 18:48:34
Le mercredi 25 janvier 2012 à 16:34 -0200, Flavio Leitner a écrit :
Port autoselection finds a port and then drop the lock,
then right after that, gets the hash bucket again and lock it.
Fix it to go direct.
Signed-off-by: Flavio Leitner <redacted>
---