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:
99cae7f
)
[NET]: minor net_rx_action optimization
author
Stephen Hemminger
<shemminger@osdl.org>
Tue, 21 Mar 2006 06:26:39 +0000
(22:26 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Mar 2006 06:26:39 +0000
(22:26 -0800)
The functions list_del followed by list_add_tail is equivalent to the
existing inline list_move_tail. list_move_tail avoids unnecessary
_LIST_POISON.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found