Re: [patch] sys_sync livelock fix

Andrew Morton (akpm@zip.com.au)
Wed, 13 Feb 2002 16:53:04 -0800


Daniel Phillips wrote:
>
> What's the theory behind writing the data both before and after the commit?

see fsync_dev(). It starts I/O against existing dirty data, then
does various fs-level syncy things which can produce more dirty
data - this is where ext3 runs its commit, via brilliant reverse
engineering of its calling context :-(. It then again starts I/O
against new dirty data then waits on it again. And then again.

There's quite a lot of overkill there. But that's OK, as long
as it terminates sometime.

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