From: Oleg Nesterov Date: Tue, 12 Nov 2013 23:10:02 +0000 (-0800) Subject: list: change list_for_each_entry*() to use list_*_entry() X-Git-Tag: v3.13-rc1~106^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8120e2e5141a420edee725ff28f18aa264795f7a;p=pandora-kernel.git list: change list_for_each_entry*() to use list_*_entry() Now that we have list_{next,prev}_entry() we can change list_for_each_entry*() and list_safe_reset_next() to use the new helpers to improve the readability. Signed-off-by: Oleg Nesterov Cc: Eilon Greenstein Cc: Greg Kroah-Hartman Cc: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed