]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/exit.c: Use list_for_each_entry(_safe) instead of list_for_each(_safe)
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Fri, 19 Oct 2007 06:39:57 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 19 Oct 2007 18:53:38 +0000 (11:53 -0700)
commit79d21c56832a23537fb2f025d1c3cc20aaba2a2f
treec6369ebab7a3035b309de5f288d6e8fc149b3d69
parent29aed681a44727c332fd8db0f00a94e05c8d4de2
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 <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/exit.c