[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1443154778-2199-1-git-send-email-ramichen@tencent.com>
Date: Fri, 25 Sep 2015 12:19:38 +0800
From: Chun Chen <chenchun.feed@...il.com>
To: corbet@....net, akpm@...ux-foundation.org, mhocko@...e.com,
cl@...ux.com, kirill.shutemov@...ux.intel.com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Chun Chen <ramichen@...cent.com>
Subject: [PATCH] mm doc: 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 <ramichen@...cent.com>
---
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 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.
==============================================================
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists