]> git.baikalelectronics.ru Git - kernel.git/commit
linked-list: Remove __list_for_each
authorDave Jones <davej@redhat.com>
Wed, 17 Jul 2013 02:44:08 +0000 (22:44 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jul 2013 05:00:14 +0000 (22:00 -0700)
commit59433127594dcd5a7e8f1f7020597e88a8bc54e6
treedbd870276cae3d77a5d9c7c1cc4b7842119e1008
parentc28fbdc4c30b09e65c2fc63737e7803d79294957
linked-list: Remove __list_for_each

__list_for_each used to be the non prefetch() aware list walking
primitive.  When we removed the prefetch macros from the list routines,
it became redundant.  Given it does exactly the same thing as
list_for_each now, we might as well remove it and call list_for_each
directly.

All users of __list_for_each have been converted to list_for_each calls
in the current merge window.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/list.h