lkml.org 
[lkml]   [1999]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectUnique crash? in partition check
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/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.029 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site