2000-11-28 13:58:20

by Blizbor

[permalink] [raw]
Subject: VFS: brelse message in syslog, its due to ReiserFS or kernel failure ?

Machine: P3 500 on ASUS P2B, WD 15GB IDE drive.
System RH7 with upgraded glibc.

When I'm using 2.2.17 with ReiserFS:
Nov 26 00:05:05 localhost kernel: Linux version 2.2.17 ([email protected]) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 relea
se)) #9 Sat Nov 25 17:09:40 CET 2000

I have such messages in syslog and console:
Nov 26 06:00:49 localhost kernel: VFS: brelse: Trying to free free buffer
Nov 26 06:07:41 localhost kernel: VFS: brelse: Trying to free free buffer
Nov 26 06:32:28 localhost kernel: VFS: brelse: Trying to free free buffer

FS size is about 8GB.

When I've switched to 2.4.0-test11 + ReiserFS patch there are no such messages.

Both kerlels are patched with latest ReiserFS patches.


--
</Microsoft>


2000-11-28 15:06:34

by David Ford

[permalink] [raw]
Subject: Re: VFS: brelse message in syslog, its due to ReiserFS or kernelfailure ?

I can't say who's fault it is, but I suggest this test12-pre2 patch for clarity

--- fs/buffer.c~ Tue Nov 28 05:11:56 2000
+++ fs/buffer.c Tue Nov 28 06:27:05 2000
@@ -1133,7 +1133,7 @@
atomic_dec(&buf->b_count);
return;
}
- printk("VFS: brelse: Trying to free free buffer\n");
+ printk("VFS: brelse: Trying to free already free buffer\n");
}

/*


Blizbor wrote:

> Machine: P3 500 on ASUS P2B, WD 15GB IDE drive.
> System RH7 with upgraded glibc.
>
> When I'm using 2.2.17 with ReiserFS:
> Nov 26 00:05:05 localhost kernel: Linux version 2.2.17 ([email protected]) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 relea
> se)) #9 Sat Nov 25 17:09:40 CET 2000
>
> I have such messages in syslog and console:
> Nov 26 06:00:49 localhost kernel: VFS: brelse: Trying to free free buffer
> Nov 26 06:07:41 localhost kernel: VFS: brelse: Trying to free free buffer
> Nov 26 06:32:28 localhost kernel: VFS: brelse: Trying to free free buffer


Attachments:
david.vcf (176.00 B)
Card for David Ford

2000-11-28 17:06:01

by Chris Mason

[permalink] [raw]
Subject: Re: [reiserfs-list] VFS: brelse message in syslog, its due to ReiserFS or kernel failure ?



On Tuesday, November 28, 2000 14:29:34 +0100 Blizbor <[email protected]>
wrote:

> Machine: P3 500 on ASUS P2B, WD 15GB IDE drive.
> System RH7 with upgraded glibc.
>
> When I'm using 2.2.17 with ReiserFS:
> Nov 26 00:05:05 localhost kernel: Linux version 2.2.17
> ([email protected]) (gcc version egcs-2.91.66 19990314/Linux
> (egcs-1.1.2 relea se)) #9 Sat Nov 25 17:09:40 CET 2000
>
> I have such messages in syslog and console:
> Nov 26 06:00:49 localhost kernel: VFS: brelse: Trying to free free buffer
> Nov 26 06:07:41 localhost kernel: VFS: brelse: Trying to free free buffer
> Nov 26 06:32:28 localhost kernel: VFS: brelse: Trying to free free buffer
>
> FS size is about 8GB.
>
> When I've switched to 2.4.0-test11 + ReiserFS patch there are no such
> messages.
>
> Both kerlels are patched with latest ReiserFS patches.

These messages could have been caused by a journal bug I fixed a few weeks
ago. The patch is in the reiserfs mailing list archives, I'll send it to
you privately.

Hans, could we please put out a 3.5.28 from the code in CVS?

-chris