From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753508AbcFJNkc (ORCPT ); Fri, 10 Jun 2016 09:40:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36243 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753350AbcFJNka (ORCPT ); Fri, 10 Jun 2016 09:40:30 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <146556584336.17266.3323627198404452525.stgit@warthog.procyon.org.uk> References: <146556584336.17266.3323627198404452525.stgit@warthog.procyon.org.uk> <146556583626.17266.7208552374581913605.stgit@warthog.procyon.org.uk> To: davem@davemloft.net Cc: dhowells@redhat.com, netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] rxrpc: Limit the listening backlog MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <17685.1465566028.1@warthog.procyon.org.uk> Date: Fri, 10 Jun 2016 14:40:28 +0100 Message-ID: <17686.1465566028@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 10 Jun 2016 13:40:30 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > + else if (backlog > max) > + break; Oops. Please ignore this version of the patch - I forgot to commit a change to it before posting. David