]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmalloc: fix comments about vmap_area struct
authorBang Li <libang.linuxer@gmail.com>
Tue, 22 Mar 2022 21:43:02 +0000 (14:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2022 22:57:05 +0000 (15:57 -0700)
commit6c55c271c1e4aca4e820642ef4b5b5a814b3b9a8
treeb747825eab03f312ad13f816b13f84b5295164de
parent59767e18eed6cdf297905e7c7c051c649efd8d35
mm/vmalloc: fix comments about vmap_area struct

The vmap_area_root should be in the "busy" tree and the
free_vmap_area_root should be in the "free" tree.

Link: https://lkml.kernel.org/r/20220305011510.33596-1-libang.linuxer@gmail.com
Fixes: 84bde6f68d65 ("mm/vmalloc: modify struct vmap_area to reduce its size")
Signed-off-by: Bang Li <libang.linuxer@gmail.com>
Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Cc: Pengfei Li <lpf.vector@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/vmalloc.h