From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH] tcp: bind() use stronger condition for bind_conflict Date: Wed, 28 Mar 2012 16:48:33 +0200 Message-ID: <1332946113.2325.9.camel@edumazet-glaptop> References: <1332882712-10756-1-git-send-email-alex.mihai.c@gmail.com> <20120328105212.1cb8dfe5@asterix.rh> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Alexandru Copot , davem@davemloft.net, kuznet@ms2.inr.ac.ru, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Baluta To: Flavio Leitner Return-path: In-Reply-To: <20120328105212.1cb8dfe5@asterix.rh> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 2012-03-28 at 10:52 -0300, Flavio Leitner wrote: > On Wed, 28 Mar 2012 00:11:52 +0300 > Alexandru Copot wrote: > > > diff --git a/net/ipv6/inet6_connection_sock.c b/net/ipv6/inet6_connection_sock.c > > index 02dd203..dfc8bc3 100644 > > --- a/net/ipv6/inet6_connection_sock.c > > +++ b/net/ipv6/inet6_connection_sock.c > > @@ -28,7 +28,8 @@ > > #include > > > > int inet6_csk_bind_conflict(const struct sock *sk, > > - const struct inet_bind_bucket *tb) > > + const struct inet_bind_bucket *tb, > > + int relax) > > Same here > Maybe you can wait for more feedbacks before spin another patch > version just to fix that. > Also 'int relax' should be 'bool relax'... 1/0 -> true/false Anyway net-next is not open yet...