search for: dx_hash_info

Displaying 3 results from an estimated 3 matches for "dx_hash_info".

2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
...*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,8 +172,9 @@ struct dx_frame *frame, struct dx_frame *frames, int *err, __u32 *start_hash); -static struct buffer_head * ext3_dx_find_entry(struct dentry *dentry, - struct ext3_dir_entry_2 **res_dir, int *err); +static struct bu...
2003 Mar 02
1
2.5.59 ext3 error message
VFS: brelse: Trying to free free buffer buffer layer error at fs/buffer.c:1182 Pass this trace through ksymoops for reporting Call Trace: [<c01468f0>] [<c0146aa9>] [<c0146b57>] [<c0146b84>] [<c0175a17>] [<c023cbfa>] [<c023d2f1>] [<c0175c90>] [<c01728e9>] [<c01ad7d6>] [<c014d215>] [<c0154c68>] [<c0154f79>]
2003 Mar 04
2
ext3 htree brelse problems look to be fixed!
...le in seq(1) order, ala old-style usenet spools ยน the patch as posted by Andreas Dilger <adilger@clusterfs.com> is: ===== namei.c 1.15 vs edited ===== --- 1.15/fs/ext3/namei.c Wed Oct 2 01:24:11 2002 +++ edited/namei.c Sun Mar 2 00:05:03 2003 @@ -530,7 +530,7 @@ struct dx_hash_info hinfo; struct buffer_head *bh; struct ext3_dir_entry_2 *de, *top; - static struct dx_frame frames[2], *frame; + struct dx_frame frames[2], *frame; struct inode *dir; int block, err; int count = 0;