]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmalloc.c: update the comment in __vmalloc_area_node()
authorHui Su <sh_def@163.com>
Tue, 13 Oct 2020 23:54:48 +0000 (16:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:32 +0000 (18:38 -0700)
commit451dbade22b2b0d7fb219cfa8027ba7c9a19cdd8
tree16fdcd2be78d48cdce893f73e768c4067654623e
parentb8ee915f6bbfff947f63fe2f6be83a3d7c5007a7
mm/vmalloc.c: update the comment in __vmalloc_area_node()

Since 4ffa4047781 ("mm/vmalloc: do not call kmemleak_free() on not yet
accounted memory"), the __vunmap() have been changed to __vfree(), so
update the confusing comment().

Signed-off-by: Hui Su <sh_def@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Roman Penyaev <rpenyaev@suse.de>
Link: https://lkml.kernel.org/r/20200927155409.GA3315@rlk
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c