From: Arnaldo Carvalho de Melo Date: Thu, 22 Sep 2005 10:57:21 +0000 (-0300) Subject: [LLC]: Fix the accept path X-Git-Tag: v2.6.14-rc3~103^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d389424e00f9097cd24b3df4ca0ab7221f140eeb;p=pandora-kernel.git [LLC]: Fix the accept path Borrowing the structure of TCP/IP for this. On the receive of new connections I was bh_lock_socking the _new_ sock, not the listening one, duh, now it survives the ssh connections storm I've been using to test this specific bug. Also fixes send side skb sock accounting. Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed