Hi, On Mon, Oct 07, 2002 at 10:26:32AM -0400, Douglas J Hunley wrote: > I'm also seeing this. I'm also seeing entries in /dev that are being labelled > as "duplicates" whenever tripwire runs. this is in addition to the 'brelse' > and unlik_fail messages I posted earlier. kernel 2.4.19 with htre patch #4. > gcc 2.95.3 I'd really like to see where the brelse errors are coming from --- could you try with the patch below? Warning, it will convert the warning message to a hard failure, but that's safer than corrupting data. --Stephen
===== fs/buffer.c 1.73 vs edited ===== --- 1.73/fs/buffer.c Sun Aug 25 20:28:55 2002 +++ edited/fs/buffer.c Mon Oct 7 16:40:20 2002 @@ -1094,6 +1094,7 @@ return; } printk(KERN_ERR "VFS: brelse: Trying to free free buffer\n"); + BUG(); } /*