Cc: T David Chinner <dgc@...>, Benjamin Herrenschmidt <benh@...>, Ingo Molnar <mingo@...>, Andrew Morton <akpm@...>, Linux Kernel Mailing List <linux-kernel@...>, Thomas Gleixner <tglx@...>
On Wed, Apr 23, 2008 at 05:45:16PM -0700, Arjan van de Ven wrote:
It's bad news actually. Beause it means the stack overflow happens
totally random and hard to reproduce. And no, XFS is not unique there,
any filesystem with a complex enough writeback path (aka extents +
delalloc + smart allocator) will have to use quite a lot here. I'll be
my 2 cent that ext4 one finished up will run into this just as likely.
Actually direct reclaim should be totally avoided for complex
filesystems. It's horrible for the stack and for the filesystem
writeout policy and ondisk allocation strategies.
--