From: Gerrit Renker Date: Mon, 14 Apr 2008 07:04:12 +0000 (-0700) Subject: [SKB]: __skb_dequeue = skb_peek + __skb_unlink X-Git-Tag: v2.6.26-rc1~1138^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f525c06d12b72cddb085df7f6f348c3c5a39b3ce;p=pandora-kernel.git [SKB]: __skb_dequeue = skb_peek + __skb_unlink By rearranging the order of declarations, __skb_dequeue() is expressed in terms of * skb_peek() and * __skb_unlink(), thus in effect mirroring the analogue implementation of __skb_dequeue_tail(). Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed