Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756209AbbBJN5Z (ORCPT ); Tue, 10 Feb 2015 08:57:25 -0500 Received: from m12-15.163.com ([220.181.12.15]:37834 "EHLO m12-15.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752038AbbBJN5Y (ORCPT ); Tue, 10 Feb 2015 08:57:24 -0500 From: Yaowei Bai To: corbet@lwn.net Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation/vm: there should have a 'non' according to the context Date: Tue, 10 Feb 2015 21:55:12 +0800 Message-Id: <1423576512-4330-1-git-send-email-bywxiaobai@163.com> X-Mailer: git-send-email 1.9.1 X-CM-TRANSID: D8CowECZwkY4DtpUjBErAw--.1532S3 X-Coremail-Antispam: 1Uf129KBjvdXoWrurWxGryrGF4rtry5ArWUurg_yoW3CFc_u3 s7JFZaqa9rAry0qw429F4xZF1Sva129F18A3Z5Jry3A3WayayDCF95try5CrW7Gw47urn8 WFn8Z3s8trZFyjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU0UxhJUUUUU== X-Originating-IP: [114.216.25.111] X-CM-SenderInfo: xe1z5x5dretxi6rwjhhfrp/1tbiKxycT1QG54k1YQAAsM Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 27 Signed-off-by: Yaowei Bai --- Documentation/vm/balance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/vm/balance b/Documentation/vm/balance index c46e68c..3a2cacf 100644 --- a/Documentation/vm/balance +++ b/Documentation/vm/balance @@ -8,7 +8,7 @@ the caller can not sleep (typically intr context), or does not want to incur cost overheads of page stealing and possible swap io for whatever reasons. -__GFP_IO allocation requests are made to prevent file system deadlocks. +Non __GFP_IO allocation requests are made to prevent file system deadlocks. In the absence of non sleepable allocation requests, it seems detrimental to be doing balancing. Page reclamation can be kicked off lazily, that -- 1.9.1 -- 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/