From: Paul E. McKenney Date: Fri, 25 Jul 2008 08:45:34 +0000 (-0700) Subject: list_for_each_rcu must die: networking X-Git-Tag: v2.6.27-rc1~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696adfe84c11c571a1e0863460ff0ec142b4e5a9;p=pandora-kernel.git list_for_each_rcu must die: networking All uses of list_for_each_rcu() can be profitably replaced by the easier-to-use list_for_each_entry_rcu(). This patch makes this change for networking, in preparation for removing the list_for_each_rcu() API entirely. Acked-by: David S. Miller Signed-off-by: Paul E. McKenney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed