From: Paul E. McKenney Date: Thu, 15 May 2008 00:10:12 +0000 (-0700) Subject: [PATCH] list_for_each_rcu must die: audit X-Git-Tag: v2.6.26-rc4~114^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6793a051fb9311f0f1ab7eafc5a9e69b8a1bd8d4;p=pandora-kernel.git [PATCH] list_for_each_rcu must die: audit 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 the Audit system, in preparation for removing the list_for_each_rcu() API entirely. This time with well-formed SOB. Signed-off-by: Paul E. McKenney Signed-off-by: Al Viro --- Reading git-diff-tree failed