netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: aconole@bytheb.org
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH v3 2/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
Date: Thu, 24 Sep 2015 12:14:59 -0700 (PDT)	[thread overview]
Message-ID: <20150924.121459.1016780653505420756.davem@davemloft.net> (raw)
In-Reply-To: <1442881622-11316-3-git-send-email-aconole@bytheb.org>

From: Aaron Conole <aconole@bytheb.org>
Date: Mon, 21 Sep 2015 20:27:02 -0400

> +			goto unlock;

Sorry, I don't want to see goto's from one loop into a completely
different one.

The XXX comment is probably not appropriate either.

  reply	other threads:[~2015-09-24 19:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22  0:27 [PATCH v3 0/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole
2015-09-22  0:27 ` [PATCH v3 1/2] [net] af_unix: Convert the unix_sk macro to an inline function for type safety Aaron Conole
2015-09-22  0:27 ` [PATCH v3 2/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole
2015-09-24 19:14   ` David Miller [this message]
2015-09-25 13:25     ` Aaron Conole
2015-09-26 22:50     ` [PATCH v4 0/2] " Aaron Conole
2015-09-26 22:50       ` [PATCH v4 1/2] [net] af_unix: Convert the unix_sk macro to an inline function for type safety Aaron Conole
2015-09-26 22:50       ` [PATCH v4 2/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag Aaron Conole
2015-09-29 20:47       ` [PATCH v4 0/2] " David Miller

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=20150924.121459.1016780653505420756.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=aconole@bytheb.org \
    --cc=netdev@vger.kernel.org \
    /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).