search for: ext3_htree_fill_tree

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

2002 Dec 29
0
[Fwd: 2.5.53: VFS: brelse: Trying to free free buffer]
hm, this backtrace actually has info... btw, I think we need this: --- 25/fs/ext3/namei.c~ext3-brelse-fix Sun Dec 29 06:53:39 2002 +++ 25-akpm/fs/ext3/namei.c Sun Dec 29 06:53:54 2002 @@ -576,8 +576,10 @@ int ext3_htree_fill_tree(struct file *di (hinfo.minor_hash < start_minor_hash))) continue; if ((err = ext3_htree_store_dirent(dir_file, - hinfo.hash, hinfo.minor_hash, de)) != 0) + hinfo.hash, hinfo.minor_hash, de)) != 0) { + brelse(bh); goto errout; + } count++; } brels...
2012 May 14
0
Weird problem with rsync 3.0.9
...ff810444d8>] ? wake_bit_function+0x0/0x23 [902361.152464] [<ffffffff810f6177>] ? ext3_bread+0x4c/0x6d [902361.152468] [<ffffffff810faa22>] ? htree_dirblock_to_tree+0x33/0x13e [902361.152472] [<ffffffff810b0655>] ? dput+0x23/0x13d [902361.152475] [<ffffffff810faba9>] ? ext3_htree_fill_tree+0x7c/0x1e7 [902361.152479] [<ffffffff8109d927>] ? __kmalloc+0xf2/0x102 [902361.152483] [<ffffffff810f20d1>] ? ext3_readdir+0x173/0x554 [902361.152486] [<ffffffff810ae180>] ? filldir+0x0/0xb7 [902361.152490] [<ffffffff810a56e3>] ? cp_new_stat+0xe9/0xfc [902361.152493] [&...
2003 Mar 05
1
RE: [Ext2-devel] Re: ext3 htree brelse problems look to be fixed!
I post a patch for comment on ext2-devel for the NFS cookie bug. Did not get any feedback yet. As Ted suggested, it set the cookie to -1 on EOF, even though it is not seek able to there. I only test it with Stephen's "readdir.c". Not have chance to run it on a NFS server yet. Do you have more information about the cache trashing bug? Regards, Chris ===== dir.c 1.5 vs edited