Commit b76febed authored by Alex Tomas's avatar Alex Tomas Committed by Andy Grover

[PATCH] Fix ext3/VFS double freeing warning

After 12 hours of testing it looks like this problem can be
solved by the following..
parent 35d48993
......@@ -533,7 +533,7 @@ int ext3_htree_fill_tree(struct file *dir_file, __u32 start_hash,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment