Re: lowlatency-2.2.14-B1 + 2.2.14aa7 fixes crash, but...

From: William Montgomery (william@opinicus.com)
Date: Tue Feb 22 2000 - 12:54:06 EST


On Tue, 22 Feb 2000, Ingo Molnar wrote:
>
> it could either a bug in the lowlatency patchset (likely), or a bug in the
> kernel (less likely but possible). Could you remove all lowlatency changes
> that are in the sync_buffers() function, or buffer.c/fs.h functions called
> by sync_buffers()? It's tough to debug problems like this (apart from
> considering all the changes done) - some sort of blind searching might
> help. It's likely a change in fs.h or buffer.c.
>
OK. Trying that now.

> the b_count++; schedule(); b_count-- solution is buggy as is but
> conceptually ok - do a 'b_count++; schedule(); b_count--; goto repeat;'
> and everything should be fine. (careful, there is one codepath where 'goto
> repeat2;' is the correct solution because there are more loops within one
> function)
>
How about 'b_count++; schedule(); b_count--; goto again;' in
__invalidate_buffers and set_blocksize?

Wm

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



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:30 EST