On Tuesday, September 25, 2001 12:01:42 PM -0700 "W. Wilson Ho"
<[EMAIL PROTECTED]> wrote:

> Hi all,
> 
>  Before I dig in further, does the following Oops message sound
> like a known bug that has been fixed?
> 
> 
> journal-1577: handle trans id 3008 != current trans id 3009

No, not a known bug at all.  Which kernel exactly was this in?  This oops
doesn't look normal, is it under user mode linux or something?

What this bug means is that someone has sent an old transaction handle to
the journal layer, something like this:

journal_begin(handle)
journal_mark_dirty(handle, buffer) ;
journal_end(handle) ;
journal_mark_dirty(handle, some other buffer) ;

-chris

Reply via email to