From: Ralf Baechle <[EMAIL PROTECTED]> Date: Fri, 30 Jun 2006 15:29:01 +0100
> Ages ago, changeset > > http://www.kernel.org/git/?p=linux/kernel/git/tglx/history.git;a=commit;h=22d864d542a0b92116751186f1794c7d0f1ca1b9 > > which converted several protocols from using open coded comparisons to > use the helper function sk_acceptq_is_full() did introduce a bunch of > off by one errors - sk_acceptq_is_full checks for > sk_ack_backlog > sk_max_ack_backlog but it replaced >= or == comparisons. > > Below patch is really only meant to illustrate the change, not to be > applied. Ok, I'll try to resolve this when I get back from my vacation unless someone beats me to it. Thanks for the heads up Ralf. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html