[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1155982692.4051.9.camel@localhost.localdomain>
Date: Sat, 19 Aug 2006 11:18:12 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: "Ed L. Cashin" <ecashin@...aid.com>
Cc: linux-kernel@...r.kernel.org, Greg K-H <greg@...ah.com>
Subject: Re: [PATCH 2.6.18-rc4] aoe [04/13]: zero copy write 1 of 2
Ar Gwe, 2006-08-18 am 13:39 -0400, ysgrifennodd Ed L. Cashin:
> Signed-off-by: "Ed L. Cashin" <ecashin@...aid.com>
> + skb->len = sizeof *h + sizeof *ah;
> + memset(h, 0, skb->len);
Never play with skb->len directly. Use skb_put/skb_trim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists