Unique crash? in partition check

Pavel Machek (pavel@suse.cz)
Mon, 11 Oct 1999 22:42:58 +0200


Hi!

Am I experiencing unique crash w.r.t. partition check?

It crashes

#endif
#ifdef CONFIG_BLK_DEV_IDE
int tested_for_xlate = 0;

read_mbr:
#endif
printk( "Reading partition table\n" );

if (!(bh = bread(dev,0,get_ptable_blocksize(dev)))) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
printk(" unable to read partition table\n");
return -1;
}
data = bh->b_data;
#ifdef CONFIG_BLK_DEV_IDE

Here. Actual crash is in get_hash_table, path is getblk, bread,
findkey (??!), check_partition. It is present from 2.3.18ac10.

Pavel

-- 
I'm really pavel@ucw.cz. Look at http://195.113.31.123/~pavel.  Pavel
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/