From: Matthias Kaehlcke Date: Fri, 19 Oct 2007 06:39:57 +0000 (-0700) Subject: kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) X-Git-Tag: v2.6.24-rc1~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ff17979c58a0b63b0fe30a373f41b719731bd2;p=pandora-kernel.git kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe) kernel/exit.c: Convert list_for_each(_safe) to list_for_each_entry(_safe) in forget_original_parent(), exit_notify() and do_wait() Signed-off-by: Matthias Kaehlcke Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed