[NET]: minor net_rx_action optimization
authorStephen Hemminger <shemminger@osdl.org>
Tue, 21 Mar 2006 06:26:39 +0000 (22:26 -0800)
committerDavid 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