From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758140Ab0LNE7z (ORCPT ); Mon, 13 Dec 2010 23:59:55 -0500 Received: from mga09.intel.com ([134.134.136.24]:8875 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757986Ab0LNE7x (ORCPT ); Mon, 13 Dec 2010 23:59:53 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,340,1288594800"; d="scan'208";a="686874325" Date: Tue, 14 Dec 2010 12:59:48 +0800 From: Wu Fengguang To: "Yan, Zheng" , Andrew Morton Cc: Jan Kara , "Wu, Fengguang" , Christoph Hellwig , Trond Myklebust , Dave Chinner , "Theodore Ts'o" , Chris Mason , Peter Zijlstra , Mel Gorman , Rik van Riel , KOSAKI Motohiro , Greg Thelen , Minchan Kim , linux-mm , "linux-fsdevel@vger.kernel.org" , LKML Subject: Re: [PATCH 00/35] IO-less dirty throttling v4 Message-ID: <20101214045948.GA12454@localhost> References: <20101213144646.341970461@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 14, 2010 at 11:26:29AM +0800, Yan, Zheng wrote: > got error "global_dirty_limits" [fs/nfs/nfs.ko] undefined! when > compiling dirty-throttling-v4 Thanks! This should fix it. The fix will show up in the git tree after a while. Thanks, Fengguang --- Subject: writeback: export global_dirty_limits() for NFS Date: Tue Dec 14 12:55:18 CST 2010 "global_dirty_limits" [fs/nfs/nfs.ko] undefined! Reported-by: Yan Zheng Signed-off-by: Wu Fengguang --- mm/page-writeback.c | 1 + 1 file changed, 1 insertion(+) --- linux-next.orig/mm/page-writeback.c 2010-12-14 12:54:57.000000000 +0800 +++ linux-next/mm/page-writeback.c 2010-12-14 12:55:11.000000000 +0800 @@ -419,6 +419,7 @@ void global_dirty_limits(unsigned long * *pbackground = background; *pdirty = dirty; } +EXPORT_SYMBOL_GPL(global_dirty_limits); /** * bdi_dirty_limit - @bdi's share of dirty throttling threshold