]> git.baikalelectronics.ru Git - kernel.git/commit
[AF_UNIX]: Test against sk_max_ack_backlog properly.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 2 Mar 2007 20:49:23 +0000 (12:49 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 3 Mar 2007 04:37:34 +0000 (20:37 -0800)
commit7bf52d7fe37147900edf86301983a4abba000b05
tree5e6a2f4ec75bb05e2d9eb6afc3c88f2775cf4133
parentdddaf2f9c82ba2e165fc55c3970a28ece28da28f
[AF_UNIX]: Test against sk_max_ack_backlog properly.

This brings things inline with the sk_acceptq_is_full() bug
fix.  The limit test should be x >= sk_max_ack_backlog.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c