From: Chun Chen Date: Mon, 9 Nov 2015 22:58:15 +0000 (-0800) Subject: Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memory X-Git-Tag: v4.9.8~3229^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c56050c700d18f18fbec934f56069150bcec3709;p=platform%2Fkernel%2Flinux-rpi3.git Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memory The origin document references to cap_vm_enough_memory is because cap_vm_enough_memory invoked __vm_enough_memory before and it no longer does now. Signed-off-by: Chun Chen Acked-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index a4482fc..f72370b 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -639,7 +639,7 @@ and don't use much of it. The default value is 0. See Documentation/vm/overcommit-accounting and -security/commoncap.c::cap_vm_enough_memory() for more information. +mm/mmap.c::__vm_enough_memory() for more information. ==============================================================