Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758148AbXEMIGE (ORCPT ); Sun, 13 May 2007 04:06:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756414AbXEMIFu (ORCPT ); Sun, 13 May 2007 04:05:50 -0400 Received: from mailer.gwdg.de ([134.76.10.26]:40132 "EHLO mailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755948AbXEMIFs (ORCPT ); Sun, 13 May 2007 04:05:48 -0400 Date: Sun, 13 May 2007 10:04:56 +0200 (MEST) From: Jan Engelhardt To: Jeff Chua cc: Linus Torvalds , Linux Kernel Subject: Re: Linux 2.6.22-rc1 In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1041 Lines: 37 On May 13 2007 14:00, Jeff Chua wrote: >> So give it a good testing. We'll see how the regression tracking ends up >> working, but in order to actually track that, we want people actively >> testing -rc1 and making good reports! > > Here's a little patch to fix filemap.c compilation problem ... gmail greets with broken spacing :-/ > --- linux/mm/filemap.c.org 2007-05-13 13:54:16 +0800 > +++ linux/mm/filemap.c 2007-05-13 13:54:25 +0800 > @@ -782,6 +782,7 @@ > read_unlock_irq(&mapping->tree_lock); > return ret; > } > +EXPORT_SYMBOL(find_get_pages); > EXPORT_SYMBOL(find_get_pages_tag); > > /** > @@ -840,8 +841,6 @@ > > ra->ra_pages /= 4; > } > -EXPORT_SYMBOL(find_get_pages); > -EXPORT_SYMBOL(find_get_pages_tag); > > /** > * do_generic_mapping_read - generic file read routine Jan -- - 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/