Re: [lc-devel] 0.23pre2
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@im...> - 2002-04-29 22:37:31
|
On Mon, Apr 29, 2002 at 11:40:39PM +0200, Marc-Christian Petersen wrote: > fs/fs.o: In function `try_to_free_buffers': > fs/fs.o(.text+0x6fbe): undefined reference to `comp_cache_skip_buffer_freeing' > make[1]: *** [kallsyms] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.4.18' > make: *** [vmlinux] Error 2 Whoops. Already in my pool too. Now let's fix that page cache corruption thing. :-) --- linuxcompressed/fs/buffer.c~ Mon Apr 22 16:08:18 2002 +++ linuxcompressed/fs/buffer.c Mon Apr 29 19:33:51 2002 @@ -47,6 +47,7 @@ #include <linux/highmem.h> #include <linux/module.h> #include <linux/completion.h> +#include <linux/comp_cache.h> #include <asm/uaccess.h> #include <asm/io.h> Regards, -- Rodrigo S. de Castro <rc...@im...> |