From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx183.postini.com [74.125.245.183]) by kanga.kvack.org (Postfix) with SMTP id 2C7D06B006C for ; Mon, 9 Jul 2012 16:53:31 -0400 (EDT) Date: Mon, 9 Jul 2012 13:53:29 -0700 From: Andrew Morton Subject: Re: [PATCH] mm: Warn about costly page allocation Message-Id: <20120709135329.40fbfe20.akpm@linux-foundation.org> In-Reply-To: <20120709131942.GA3594@barrios> References: <1341801500-5798-1-git-send-email-minchan@kernel.org> <20120709082200.GX14154@suse.de> <20120709084657.GA7915@bbox> <20120709091203.GY14154@suse.de> <20120709125048.GA2203@barrios> <20120709130551.GA14154@suse.de> <20120709131942.GA3594@barrios> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Minchan Kim Cc: Mel Gorman , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Rik van Riel , KOSAKI Motohiro , Johannes Weiner , Kamezawa Hiroyuki On Mon, 9 Jul 2012 22:19:42 +0900 Minchan Kim wrote: > > As you are using printk_ratelimit() include/linux/printk.h sayeth /* * Please don't use printk_ratelimit(), because it shares ratelimiting state * with all other unrelated printk_ratelimit() callsites. Instead use * printk_ratelimited() or plain old __ratelimit(). */ -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org