[LLC]: Fix the accept path
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Thu, 22 Sep 2005 10:57:21 +0000 (07:57 -0300)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Thu, 22 Sep 2005 10:57:21 +0000 (07:57 -0300)
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 <acme@mandriva.com>

No differences found