Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 17 Aug 2002 11:31:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 17 Aug 2002 11:31:54 -0400 Received: from mail2.sonytel.be ([195.0.45.172]:45277 "EHLO mail.sonytel.be") by vger.kernel.org with ESMTP id ; Sat, 17 Aug 2002 11:31:53 -0400 Date: Sat, 17 Aug 2002 17:34:15 +0200 (MEST) From: Geert Uytterhoeven To: Christoph Hellwig cc: Marcelo Tosatti , Alan Cox , lkml , Rusty Trivial Russell Subject: Re: Linux 2.4.20-pre3 In-Reply-To: <20020817155733.A13576@infradead.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1403 Lines: 40 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 : > > > 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/