summaryrefslogtreecommitdiffstats
path: root/fs/open.c
diff options
context:
space:
mode:
authorDave Jones2013-07-17 04:44:08 +0200
committerLinus Torvalds2013-07-17 07:00:14 +0200
commitc0d15cc7ee8c0d1970197d9eb1727503bcdd2471 (patch)
treedbd870276cae3d77a5d9c7c1cc4b7842119e1008 /fs/open.c
parentsmp: blackfin: fix check error, using atomic_ops to handle atomic_t type (diff)
downloadkernel-qcow2-linux-c0d15cc7ee8c0d1970197d9eb1727503bcdd2471.tar.gz
kernel-qcow2-linux-c0d15cc7ee8c0d1970197d9eb1727503bcdd2471.tar.xz
kernel-qcow2-linux-c0d15cc7ee8c0d1970197d9eb1727503bcdd2471.zip
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>
Diffstat (limited to 'fs/open.c')
0 files changed, 0 insertions, 0 deletions