]> git.baikalelectronics.ru Git - kernel.git/commit
mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()
authorLiao Pingfang <liao.pingfang@zte.com.cn>
Tue, 13 Oct 2020 23:54:18 +0000 (16:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 14 Oct 2020 01:38:32 +0000 (18:38 -0700)
commit9541e8c2dedc9afd4504dea873baeb8250dd5b32
tree9d316f13966c48b27a61272d0a779387d9960d78
parent3223abbee35668c68a2d5dd9fbae76dca62c670b
mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()

Replace do_brk with do_brk_flags in comment of insert_vm_struct(), since
do_brk was removed in following commit.

Fixes: 514697869d3cf7 ("mm: do not bug_on on incorrect length in __mm_populate()")
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/1600650778-43230-1-git-send-email-wang.yi59@zte.com.cn
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmap.c