Messages in this thread Patch in this message |  | | Date | Sat, 17 Aug 2002 17:34:15 +0200 (MEST) | From | Geert Uytterhoeven <> | Subject | Re: Linux 2.4.20-pre3 |
| |
On Sat, 17 Aug 2002, Christoph Hellwig wrote: > On Sat, Aug 17, 2002 at 04:12:03PM +0200, Geert Uytterhoeven wrote: > > 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 > > The prototype doesn't need the __init, and consensus is to not add it.
IC. Then please apply this one instead:
--- 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 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/
|  |