]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - mm/vmalloc.c
mm/vmalloc.c: use list_{next,first}_entry
authorGeliang Tang <geliangtang@163.com>
Thu, 14 Jan 2016 23:19:08 +0000 (15:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commit6219c2a2ec990f80a586216172c811a9099c5cdf
tree141c0fb89d8101f74190a298814b918a74d8df43
parent33d5310306ec244d96533da5f9183e05a7a51106
mm/vmalloc.c: use list_{next,first}_entry

To make the intention clearer, use list_{next,first}_entry instead of
list_entry.

Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c