public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* VFS: brelse message in syslog, its due to ReiserFS or kernel failure ?
@ 2000-11-28 13:29 Blizbor
  2000-11-28 14:29 ` VFS: brelse message in syslog, its due to ReiserFS or kernelfailure ? David Ford
  2000-11-28 16:26 ` [reiserfs-list] VFS: brelse message in syslog, its due to ReiserFS or kernel failure ? Chris Mason
  0 siblings, 2 replies; 3+ messages in thread
From: Blizbor @ 2000-11-28 13:29 UTC (permalink / raw)
  To: reiserfs-list; +Cc: linux-kernel

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 (root@localhost.localdomain) (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>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: VFS: brelse message in syslog, its due to ReiserFS or kernelfailure  ?
  2000-11-28 13:29 VFS: brelse message in syslog, its due to ReiserFS or kernel failure ? Blizbor
@ 2000-11-28 14:29 ` David Ford
  2000-11-28 16:26 ` [reiserfs-list] VFS: brelse message in syslog, its due to ReiserFS or kernel failure ? Chris Mason
  1 sibling, 0 replies; 3+ messages in thread
From: David Ford @ 2000-11-28 14:29 UTC (permalink / raw)
  To: Blizbor; +Cc: reiserfs-list, linux-kernel, alan

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

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 (root@localhost.localdomain) (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

[-- Attachment #2: Card for David Ford --]
[-- Type: text/x-vcard, Size: 176 bytes --]

begin:vcard 
n:Ford;David
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:david@kalifornia.com
title:Blue Labs Developer
x-mozilla-cpt:;14688
fn:David Ford
end:vcard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [reiserfs-list] VFS: brelse message in syslog, its due to ReiserFS or kernel  failure ?
  2000-11-28 13:29 VFS: brelse message in syslog, its due to ReiserFS or kernel failure ? Blizbor
  2000-11-28 14:29 ` VFS: brelse message in syslog, its due to ReiserFS or kernelfailure ? David Ford
@ 2000-11-28 16:26 ` Chris Mason
  1 sibling, 0 replies; 3+ messages in thread
From: Chris Mason @ 2000-11-28 16:26 UTC (permalink / raw)
  To: Blizbor, reiserfs-list; +Cc: reiser, linux-kernel



On Tuesday, November 28, 2000 14:29:34 +0100 Blizbor <tb670725@ima.pl>
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
> (root@localhost.localdomain) (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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-11-28 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-28 13:29 VFS: brelse message in syslog, its due to ReiserFS or kernel failure ? Blizbor
2000-11-28 14:29 ` VFS: brelse message in syslog, its due to ReiserFS or kernelfailure ? David Ford
2000-11-28 16:26 ` [reiserfs-list] VFS: brelse message in syslog, its due to ReiserFS or kernel failure ? Chris Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox