Re: [lc-devel] compressed cache final 22
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@im...> - 2002-03-19 11:45:10
|
On Mon, Mar 18, 2002 at 08:40:24PM +0100, Marc-Christian Petersen wrote: > gcc -D__KERNEL__ -I/usr/src/linux-2.4.18/include -Wall -Wstrict-prototypes > -Wno-trigrap > hs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe > -mpreferred-stack-boundary=2 > -march=i686 > -I/usr/src/linux-2.4.18/tools/badMEM/badmem/badmemlib/include -DKBUILD_BAS > ENAME=filemap -DEXPORT_SYMTAB -c filemap.c > filemap.c: In function `filemap_fdatawait': > filemap.c:634: parse error before `int' > filemap.c:646: `_lock_break_count' undeclared (first use in this function) > filemap.c:646: (Each undeclared identifier is reported only once > filemap.c:646: for each function it appears in.) > make[2]: *** [filemap.o] Error 1 > make[2]: Leaving directory `/usr/src/linux-2.4.18/mm' > make[1]: *** [first_rule] Error 2 > make[1]: Leaving directory `/usr/src/linux-2.4.18/mm' > make: *** [_dir_mm] Error 2 > > .22pre6 worked fine. > I want to release a new WOLK Kernel, v3.1, i want to include final 22 > compressed cache, WOLK 3.0 has 22pre6 included, got some oops. I just recompiled a clean vanilla tree patched with 0.22 final and had no compile errors whatsoever. By the way, this _lock_break_count is something not in the vanilla (at least not in filemap_fdatawait()) code nor in compressed cache code. Don't you have another patch applied to this tree that may be the cause of these errors? Regards, -- Rodrigo S. de Castro <rc...@im...> |