search for: dx_root_limit

Displaying 2 results from an estimated 2 matches for "dx_root_limit".

2007 Jul 14
1
Kernel panic in ext3:dx_probe, help needed
This may or may not be ext3 related but I am trying to find any pointers which might help me. I got a number of HP Proliant DL380 g5 with a P400 controller and also two qla2400 cards. The OS is RedHat EL4 U5 x86_64. Every time during reboot these systems panic after the last umount and I believe before the cciss driver is getting unloaded. The last messages I am able to see are: md: stopping
2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
...inux-2.5.58-base/fs/ext3/namei.c linux-2.5.58-ext3/fs/ext3/namei.c --- linux-2.5.58-base/fs/ext3/namei.c Tue Jan 14 11:28:57 2003 +++ linux-2.5.58-ext3/fs/ext3/namei.c Tue Jan 14 18:29:07 2003 @@ -155,7 +155,7 @@ static void dx_set_limit (struct dx_entry *entries, unsigned value); static unsigned dx_root_limit (struct inode *dir, unsigned infosize); static unsigned dx_node_limit (struct inode *dir); -static struct dx_frame *dx_probe(struct dentry *dentry, +static struct dx_frame *dx_probe(struct qstr *entry, struct inode *dir, struct dx_hash_info *hinfo, struct dx_frame *frame, @@ -172...