]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmalloc: move free_vm_area(area) from the __vmalloc_area_node function to the...
authorLiu Ye <liuye@kylinos.cn>
Mon, 3 Mar 2025 01:57:02 +0000 (09:57 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:50 +0000 (21:50 -0800)
commit47ec77983887b37b81468422f28598a4c9e7019e
tree54bf4a38c71ee624f65a56c6c28b91663aa5e7ad
parent85ad165891e85e4cfa73955626e0e04b018117fd
mm/vmalloc: move free_vm_area(area) from the __vmalloc_area_node function to the __vmalloc_node_range_noprof function

Moved free_vm_area from the __vmalloc_area_node function to the
__vmalloc_node_range_noprof function so that allocation and freeing of the
area can be paired in one function for better readability.

Link: https://lkml.kernel.org/r/20250303015702.319416-1-liuye@kylinos.cn
Signed-off-by: Liu Ye <liuye@kylinos.cn>
Cc: Christop Hellwig <hch@infradead.org>
Cc: "Uladzislau Rezki (Sony)" <urezki@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmalloc.c