From: Jiri Pirko Date: Mon, 10 Jun 2013 15:42:23 +0000 (+0200) Subject: team: remove synchronize_rcu() called during queue override change X-Git-Tag: v3.11-rc1~16^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c31ff366c1116823e77019bae3e92e9d77a49f4;p=pandora-kernel.git team: remove synchronize_rcu() called during queue override change This patch removes synchronize_rcu() from function __team_queue_override_port_del(). That can be done because it is ok to do list_del_rcu() and list_add_tail_rcu() on the same list_head member without calling synchronize_rcu() in between. A bit of refactoring needed to be done because INIT_LIST_HEAD needed to be removed (to not kill the forward pointer) as well. Signed-off-by: Jiri Pirko Acked-by: Flavio Leitner Signed-off-by: David S. Miller --- Reading git-diff-tree failed