From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 17ZfUQ-0005Fs-00 for ; Tue, 30 Jul 2002 23:29:14 +0100 From: David Woodhouse In-Reply-To: <25812.1028036746@www34.gmx.net> References: <25812.1028036746@www34.gmx.net> To: Frank Oltmanns Cc: linux-mtd@lists.infradead.org Subject: Re: Compiling Grub for DOC2000 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jul 2002 23:29:11 +0100 Message-ID: <14743.1028068151@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: frank.oltmanns.ml@gmx.de said: > NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. > ###################################### > # I get this far when I use DoC as the root-fs # > ###################################### > Looking up port of RPC 100003/2 on 192.168.1.99 > Looking up port of RPC 100005/1 on 192.168.1.99 Remove the bogus invalidate_device() from the mtdblock_release() function in drivers/mtd/mtdblock.c. -- dwmw2