From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail138.messagelabs.com (mail138.messagelabs.com [216.82.249.35]) by kanga.kvack.org (Postfix) with SMTP id EA8D76B00F9 for ; Mon, 13 Sep 2010 05:40:33 -0400 (EDT) Date: Mon, 13 Sep 2010 17:40:27 +0800 From: Wu Fengguang Subject: Re: [PATCH 15/17] mm: lower soft dirty limits on memory pressure Message-ID: <20100913094027.GA30919@localhost> References: <20100912154945.758129106@intel.com> <20100912155204.944256600@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100912155204.944256600@intel.com> Sender: owner-linux-mm@kvack.org To: linux-mm Cc: LKML , Dave Chinner , Andrew Morton , Theodore Ts'o , Jan Kara , Peter Zijlstra , Mel Gorman , Rik van Riel , KOSAKI Motohiro , Chris Mason , Christoph Hellwig , "Li, Shaohua" List-ID: > if (PageDirty(page)) { > + > + if (file && scanning_global_lru(sc)) { Oops "file" does not exist in linux-next. Could use "page_is_file_cache(page)" instead to avoid the compile error. Thanks, Fengguang -- 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