Re: [RFC] Bluetooth: Add alloc_skb chan operator
From: Emeltchenko Andrei <hidden>
Date: 2012-01-23 09:13:30
Hi Johan, On Mon, Jan 23, 2012 at 11:09:30AM +0200, Johan Hedberg wrote:
Hi Andrei, On Mon, Jan 23, 2012, Johan Hedberg wrote:quoted
On Thu, Jan 19, 2012, Emeltchenko Andrei wrote:quoted
From: Andrei Emeltchenko <redacted> Add channel-specific skb allocation method Signed-off-by: Andrei Emeltchenko <redacted> --- include/net/bluetooth/l2cap.h | 3 +++ net/bluetooth/l2cap_core.c | 22 +++++++++++++++------- net/bluetooth/l2cap_sock.c | 9 +++++++++ 3 files changed, 27 insertions(+), 7 deletions(-)Applied. Thanks.Actually I had to remove this commit (hopefully nobody pulled from my tree meanwhile). It introduces the following compiler warning: net/bluetooth/l2cap_core.c: In function 'l2cap_skbuff_fromiovec': net/bluetooth/l2cap_core.c:1523:15: warning: unused variable 'sk' [-Wunused-variable] Please fix and resend (I think you can keep the ack from Marcel).
Sorry, I've noticed it also and sent last week v2. Best regards Andrei Emeltchenko