Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Mar 2002 10:53:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Mar 2002 10:53:04 -0500 Received: from [195.63.194.11] ([195.63.194.11]:32781 "EHLO mail.stock-world.de") by vger.kernel.org with ESMTP id ; Wed, 20 Mar 2002 10:52:46 -0500 Message-ID: <3C98AFFE.3000908@evision-ventures.com> Date: Wed, 20 Mar 2002 16:51:26 +0100 From: Martin Dalecki User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: Luigi Genoni CC: linux-kernel@vger.kernel.org Subject: Re: oops at boot with 2.5.7 and i810 In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Luigi Genoni wrote: > > On Tue, 19 Mar 2002, Martin Dalecki wrote: > > >>Luigi Genoni wrote: >> >>>that is: __get_hash_table OK I have been looking that the correspodning function and found it only to be related to filesystem super-block operations as well as buffer_head manipulation... Quite out of order if you ask me. So the chances are that there are just particular problems with your compiler/build In esp. fs/buffer is the only place where it get's used! /fs/buffer.c:struct buffer_head * __get_hash_table(struct block_device *bdev, sector_t block, int size) ./fs/buffer.c: bh = __get_hash_table(bdev, block, size); ./fs/buffer.c: old_bh = __get_hash_table(bh->b_bdev, bh->b_blocknr, bh->b_size); Let me guess: You root partition is on a ReiserFS? - 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/