]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vmalloc: switch to for_each_vmap_node() helper
authorUladzislau Rezki (Sony) <urezki@gmail.com>
Tue, 8 Apr 2025 15:15:48 +0000 (17:15 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:48:20 +0000 (17:48 -0700)
commitce906d7679e1f1feab54bdddac4d39df846d663a
tree1d08413e85c6e1310c47322c2b4546ed2ad026a2
parent4318255091eab6722bea3816bdee09ac7db68035
vmalloc: switch to for_each_vmap_node() helper

There are places which can be updated easily to use the helper to iterate
over all vmap-nodes.  This is what this patch does.

The aim is to improve readability and simplify the code.

[akpm@linux-foundation.org: fix build warning]
Link: https://lkml.kernel.org/r/20250408151549.77937-2-urezki@gmail.com
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Cc: Christop Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmalloc.c