K 10 svn:author V 3 gnn K 8 svn:date V 27 2014-01-28T20:28:32.042561Z K 7 svn:log V 317 Decrease lock contention within the TCP accept case by removing the INP_INFO lock from tcp_usr_accept. As the PR/patch states this was following the advice already in the code. See the PR below for a full disucssion of this change and its measured effects. PR: 183659 Submitted by: Julian Charbon Reviewed by: jhb END