[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)
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>

No differences found