Re: VFS: brelse message in syslog, its due to ReiserFS or kernelfailure ?

From: David Ford (david@linux.com)
Date: Tue Nov 28 2000 - 09:29:50 EST


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



-
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/



This archive was generated by hypermail 2b29 : Thu Nov 30 2000 - 21:00:19 EST