Re: mmotm 2009-02-13-12-20 uploaded (i386 mm/filemap.c argh)

From: Randy Dunlap
Date: Fri Feb 13 2009 - 17:03:21 EST


Randy Dunlap wrote:
> akpm@xxxxxxxxxxxxxxxxxxxx wrote:
>> The mm-of-the-moment snapshot 2009-02-13-12-20 has been uploaded to
>>
>> http://userweb.kernel.org/~akpm/mmotm/
>>
>> and will soon be available at
>>
>> git://git.zen-sources.org/zen/mmotm.git
>
>
> 9 of 10 i386 builds failed with:
>
> mm/filemap.c:517: error: redefinition of '__kcrctab_add_to_page_cache_lru'
> mm/filemap.c:308: error: previous definition of '__kcrctab_add_to_page_cache_lru' was here
> mm/filemap.c:517: error: redefinition of '__kstrtab_add_to_page_cache_lru'
> mm/filemap.c:308: error: previous definition of '__kstrtab_add_to_page_cache_lru' was here
> mm/filemap.c:517: error: redefinition of '__ksymtab_add_to_page_cache_lru'
> mm/filemap.c:308: error: previous definition of '__ksymtab_add_to_page_cache_lru' was here


Wow. So the first EXPORT_SYMBOL() at line 308 should either be deleted
or it should be
EXPORT_SYMBOL(wait_on_page_writeback_range);



--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/