commit | 248f06726e866942b3d8ca8f411f9067713b7ff8 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Fri Mar 02 12:49:23 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Mar 02 20:37:34 2007 -0800 |
tree | 5e6a2f4ec75bb05e2d9eb6afc3c88f2775cf4133 | |
parent | 8488df894d05d6fa41c2bd298c335f944bb0e401 [diff] |
[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>