From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750880AbbIYETt (ORCPT ); Fri, 25 Sep 2015 00:19:49 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:33969 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752AbbIYETr (ORCPT ); Fri, 25 Sep 2015 00:19:47 -0400 From: Chun Chen X-Google-Original-From: Chun Chen To: corbet@lwn.net, akpm@linux-foundation.org, mhocko@suse.com, cl@linux.com, kirill.shutemov@linux.intel.com Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Chun Chen Subject: [PATCH] mm doc: Fix misleading code reference of overcommit_memory Date: Fri, 25 Sep 2015 12:19:38 +0800 Message-Id: <1443154778-2199-1-git-send-email-ramichen@tencent.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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