git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0912ea3
)
[SKB]: __skb_dequeue = skb_peek + __skb_unlink
author
Gerrit Renker
<gerrit@erg.abdn.ac.uk>
Mon, 14 Apr 2008 07:04:12 +0000
(
00:04
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 Apr 2008 07:04:12 +0000
(
00:04
-0700)
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 <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found