All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinicius Costa Gomes <vinicius.gomes@openbossa.org>
To: "Gustavo F. Padovan" <padovan@profusion.mobi>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 3/3] Bluetooth: Remove l2cap_sk_list
Date: Wed, 27 Apr 2011 19:06:11 -0300	[thread overview]
Message-ID: <20110427220611.GA8537@piper> (raw)
In-Reply-To: <1303940957-22694-3-git-send-email-padovan@profusion.mobi>

Hi Gustavo,

On 18:49 Wed 27 Apr, Gustavo F. Padovan wrote:
> A new list was added to replace the socket based one. This new list
> doesn't depent on sock and then fits better inside l2cap_core.c code.
> 
> It also rename l2cap_chan_alloc() to l2cap_chan_create() and
> l2cap_chan_free() to l2cap_chan_destruct()

I think that l2cap_chan_destroy() would sound better. create/destroy sound
more related than create/destruct.

> 
> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
> ---
>  include/net/bluetooth/l2cap.h |    6 +-
>  net/bluetooth/l2cap_core.c    |  165 ++++++++++++++++++++++-------------------
>  net/bluetooth/l2cap_sock.c    |    6 +-
>  3 files changed, 95 insertions(+), 82 deletions(-)
> 


Cheers,
-- 
Vinicius

  reply	other threads:[~2011-04-27 22:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27 21:49 [PATCH 1/3] Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() Gustavo F. Padovan
2011-04-27 21:49 ` [PATCH 2/3] Bluetooth: Handle psm == 0 case inside l2cap_add_psm() Gustavo F. Padovan
2011-04-27 21:49   ` [PATCH 3/3] Bluetooth: Remove l2cap_sk_list Gustavo F. Padovan
2011-04-27 22:06     ` Vinicius Costa Gomes [this message]
2011-04-27 23:19     ` Anderson Lizardo
2011-04-28  5:13       ` Gustavo F. Padovan

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=20110427220611.GA8537@piper \
    --to=vinicius.gomes@openbossa.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=padovan@profusion.mobi \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.