Re: Linux 2.4.20-pre3

Geert Uytterhoeven (geert@linux-m68k.org)
Sat, 17 Aug 2002 16:12:03 +0200 (MEST)


On Fri, 16 Aug 2002, Marcelo Tosatti wrote:
> Alan Cox <alan@lxorguk.ukuu.org.uk>:
> o files_init - set file limit based on ram

Add missing prototype (cfr. 2.5.x).
BTW, the one is 2.5.x is wrong because it lacks the __init

--- linux-2.4.20-pre3/include/linux/fs.h Sat Aug 17 14:11:08 2002
+++ linux-m68k-2.4.20-pre3/include/linux/fs.h Sat Aug 17 15:58:51 2002
@@ -206,6 +206,7 @@
extern void buffer_init(unsigned long);
extern void inode_init(unsigned long);
extern void mnt_init(unsigned long);
+extern void __init files_init(unsigned long mempages);

/* bh state bits */
enum bh_state_bits {

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- 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/