Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754435Ab2E1PUj (ORCPT ); Mon, 28 May 2012 11:20:39 -0400 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:59356 "EHLO e28smtp04.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915Ab2E1PUi (ORCPT ); Mon, 28 May 2012 11:20:38 -0400 From: "Aneesh Kumar K.V" To: linux-mm@kvack.org, kamezawa.hiroyu@jp.fujitsu.com, mhocko@suse.cz, akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, "Aneesh Kumar K.V" Subject: [PATCH] mm/hugetlb: Add documentation for hugetlb limit fail count interface Date: Mon, 28 May 2012 20:50:24 +0530 Message-Id: <1338218424-30864-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.10 x-cbid: 12052815-5564-0000-0000-000002FAC747 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 29 From: "Aneesh Kumar K.V" Document memory.hugetlb..failcnt interface Signed-off-by: Aneesh Kumar K.V --- Documentation/cgroups/memory.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index 730e222a..3a47ec5 100644 --- a/Documentation/cgroups/memory.txt +++ b/Documentation/cgroups/memory.txt @@ -80,6 +80,7 @@ Brief summary of control files. memory.hugetlb..max_usage_in_bytes # show max "hugepagesize" hugetlb usage recorded memory.hugetlb..usage_in_bytes # show current res_counter usage for "hugepagesize" hugetlb # see 5.7 for details + memory.hugetlb..failcnt # show the number of allocation failure due to HugeTLB limit 1. History -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/