[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4995ED9A.5010802@oracle.com>
Date: Fri, 13 Feb 2009 14:00:58 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Randy Dunlap <randy.dunlap@...cle.com>
CC: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: mmotm 2009-02-13-12-20 uploaded (i386 mm/filemap.c argh)
Randy Dunlap wrote:
> akpm@...ux-foundation.org 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists