From: Aneesh Kumar K.V Date: Thu, 17 Apr 2008 14:38:59 +0000 (-0400) Subject: ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() X-Git-Tag: v2.6.26-rc1~345^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0762c5af40e4aa64fef999967459c98e6ae4c9;p=pandora-kernel.git ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu() The list_for_each_entry_rcu() primitive should be used instead of list_for_each_rcu(), as the former is easier to use and provides better type safety. http://groups.google.com/group/linux.kernel/browse_thread/thread/45749c83451cebeb/0633a65759ce7713?lnk=raot Signed-off-by: Aneesh Kumar K.V Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed