diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-03-20 22:26:39 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-20 22:26:39 -0800 |
commit | 8aca8a27d96cd75a30c380130496c98b658c9b98 (patch) | |
tree | cd32edff13c275a0f493ba70d909daee1819c6a2 /include | |
parent | 99cae7fca1311573f2777b8ceaa8a5abd6e9b04e (diff) |
[NET]: minor net_rx_action optimization
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions