From: David S. Miller Date: Fri, 2 Mar 2007 20:49:23 +0000 (-0800) Subject: [AF_UNIX]: Test against sk_max_ack_backlog properly. X-Git-Tag: v2.6.21-rc3~101^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248f06726e866942b3d8ca8f411f9067713b7ff8;p=pandora-kernel.git [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 --- Reading git-diff-tree failed