Displaying 2 results from an estimated 2 matches for "ext3_dx_readdir".
2002 Dec 29
0
[Fwd: 2.5.53: VFS: brelse: Trying to free free buffer]
...u Paler <petru@paler.net>
To: linux-kernel@vger.kernel.org
Got this in the syslog today:
VFS: brelse: Trying to free free buffer
buffer layer error at fs/buffer.c:1182
Call Trace:
[<c014c345>] __brelse+0x35/0x40
[<c0180efe>] ext3_htree_fill_tree+0x14e/0x240
[<c017a809>] ext3_dx_readdir+0x99/0x1e0
[<c015b390>] filldir64+0x0/0xf0
[<c017a3f5>] ext3_readdir+0x465/0x490
[<c015b390>] filldir64+0x0/0xf0
[<c01d5258>] __blk_put_request+0xd8/0x110
[<c01d320f>] elv_queue_empty+0x1f/0x30
[<c01e8d8c>] choose_drive+0x1c/0x190
[<c01e844a>] ide_do...
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