From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 00/35] IO-less dirty throttling v4 Date: Tue, 14 Dec 2010 12:59:48 +0800 Message-ID: <20101214045948.GA12454@localhost> References: <20101213144646.341970461@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 To: "Yan, Zheng" , Andrew Morton Return-path: Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.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 -- 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/ . Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/ Don't email: email@kvack.org