From 12c42d6e08ad2e638d19f8ffbbe04b69ad59aa57 Mon Sep 17 00:00:00 2001 From: juvi Date: Fri, 6 Jul 2018 09:03:42 -0900 Subject: [PATCH] update document's __vm_enough_memory function path __vm_enough_memory has moved to mm/util.c Signed-off-by: Juvi Liu --- Documentation/sysctl/vm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 697ef8c225df..6b71388ead23 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -668,7 +668,7 @@ and don't use much of it. The default value is 0. See Documentation/vm/overcommit-accounting.rst and -mm/mmap.c::__vm_enough_memory() for more information. +mm/util.c::__vm_enough_memory() for more information. ============================================================== -- 2.11.0