Re: [PATCH 1/5 2.6.21-rc7] skb: introduce skb_queue_walk_safe()

2007-04-30 Thread David Miller
From: James Chapman <[EMAIL PROTECTED]> Date: Mon, 23 Apr 2007 17:01:03 +0100 > [SKB]: Introduce skb_queue_walk_safe() > > This patch provides a method for walking skb lists while inserting or > removing skbs from the list. > > Signed-off-by: James Chapman <[EMAIL PROTECTED]> Applied, thanks. -

[PATCH 1/5 2.6.21-rc7] skb: introduce skb_queue_walk_safe()

2007-04-23 Thread James Chapman
[SKB]: Introduce skb_queue_walk_safe() This patch provides a method for walking skb lists while inserting or removing skbs from the list. Signed-off-by: James Chapman <[EMAIL PROTECTED]> Index: linux-2.6.21-rc7/include/linux/skbuff.h ==