[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)
commit248f06726e866942b3d8ca8f411f9067713b7ff8
tree5e6a2f4ec75bb05e2d9eb6afc3c88f2775cf4133
parent8488df894d05d6fa41c2bd298c335f944bb0e401
[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