Re: [RFC][PATCH] set_page_buffer_dirty should skip unmapped buffers

From: Andrew Morton
Date: Wed Sep 06 2006 - 23:32:48 EST


On Wed, 06 Sep 2006 20:04:27 -0700
Badari Pulavarty <pbadari@xxxxxxxxxx> wrote:

> > I've been unable to reproduce this crash, btw. Is there some magic
> > incantation apat from running `fsx-linux'?
> >
> All I do is on a single 1k filesystem, run 4 copies of fsx (on 4
> different files, ofcourse).
> I hit the assert anywhere between 10min-2hours.

hm, OK.

It could be that running

while (1) {
write(fd, "", 1);
fsync(fd);
}

will speed it up: cause a storm of commits, increase the probability.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/