From: Stephen Hemminger Date: Tue, 21 Mar 2006 06:26:39 +0000 (-0800) Subject: [NET]: minor net_rx_action optimization X-Git-Tag: v2.6.17-rc1~1175^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aca8a27d96cd75a30c380130496c98b658c9b98;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed