netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: akpm@osdl.org
Cc: jgarzik@pobox.com, netdev@oss.sgi.com, akpm@osdl.org,
	lcapitulino@conectiva.com.br
Subject: Re: [patch 10/13] net/socket.c::sys_bind() cleanup.
Date: Wed, 24 Nov 2004 00:27:09 -0800	[thread overview]
Message-ID: <20041124002709.52cb8d1f.davem@davemloft.net> (raw)
In-Reply-To: <200411220644.iAM6i8900672@mail.osdl.org>

On Sun, 21 Nov 2004 22:43:56 -0800
akpm@osdl.org wrote:

> From: "Luiz Fernando N. Capitulino" <lcapitulino@conectiva.com.br>
> 
> net/socket.c::sys_bind() is a bit complex function, the patch below makes
> it more clear.
> 
> Signed-off-by: Luiz Capitulino <lcapitulino@conectiva.com.br>
> Signed-off-by: Andrew Morton <akpm@osdl.org>

This was commented on to be buggy, or at least change behavior.
The "if (err >= 0)" tests were changed to flat "if (err)" tests.

  reply	other threads:[~2004-11-24  8:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-22  6:43 [patch 10/13] net/socket.c::sys_bind() cleanup akpm
2004-11-24  8:27 ` David S. Miller [this message]
2004-11-24 10:55   ` Luiz Fernando Capitulino
2004-11-24 22:03     ` David Stevens
2004-11-25 10:19       ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041124002709.52cb8d1f.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=akpm@osdl.org \
    --cc=jgarzik@pobox.com \
    --cc=lcapitulino@conectiva.com.br \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).