diff options
author | juviliu <juviliu@tencent.com> | 2018-08-21 21:53:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-22 10:52:44 -0700 |
commit | 85f237a57f143c0c895dcb7cc53fa0174522ce07 (patch) | |
tree | 7c0a33abbdebe443fcc7aeafe0eb12287c9c6f72 | |
parent | 8de7ecc6483bf94cef9f48c4c3511ef3e9ee6d40 (diff) | |
download | op-kernel-dev-85f237a57f143c0c895dcb7cc53fa0174522ce07.zip op-kernel-dev-85f237a57f143c0c895dcb7cc53fa0174522ce07.tar.gz |
Documentation/sysctl/vm.txt: update __vm_enough_memory()'s path
__vm_enough_memory has moved to mm/util.c.
Link: http://lkml.kernel.org/r/E18EDF4A4FA4A04BBFA824B6D7699E532A7E5913@EXMBX-SZMAIL013.tencent.com
Signed-off-by: Juvi Liu <juviliu@tencent.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/sysctl/vm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index e72853b..7d73882 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -691,7 +691,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. ============================================================== |