lkml.org 
[lkml]   [2000]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: test8-pre4 data corruption?
On Tue, Sep 05, 2000 at 06:25:39PM -0300, Rik van Riel wrote:

I hope Linus will release an "emergency" 2.4.0-test8-pre5 really
soon, maybe even with /only/ Al Viro's two-line fix...

Ouch... I just got hit by this. At first I though it was flakey mbox
code and started saying bad works.

Here is the fix diff style for those who missed it:

--- linux-2.4.x/fs/ext2/inode.c.orig Wed Sep 6 10:14:07 2000
+++ linux-2.4.x/fs/ext2/inode.c Wed Sep 6 10:14:15 2000
@@ -713,8 +713,8 @@
{
while (p < q)
if (*p++)
- return 1;
- return 0;
+ return 0;
+ return 1;
}

/**


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

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.031 / U:1.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site