Skip to content

Commit

Permalink
Documentation/sysctl/vm.txt: update __vm_enough_memory()'s path
Browse files Browse the repository at this point in the history
__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>
  • Loading branch information
juviliu authored and Linus Torvalds committed Aug 22, 2018
1 parent 8de7ecc commit 85f237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/sysctl/vm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

==============================================================

Expand Down

0 comments on commit 85f237a

Please sign in to comment.