Re: deadlocks caused by ext3/reiser dirty_inode calls duringdo_mmap_pgoff

From: Andrew Morton
Date: Tue Jun 22 2004 - 14:04:57 EST


Chris Mason <mason@xxxxxxxx> wrote:
>
> Hmmm, reiserfs_file_write does fault_in_pages_readable after the
> transaction is started.

That nests down_read(mmap_sem) inside transaction start, vastly increasing
the deadlock probability.

> I can at least make the window smaller for now
> by moving that before the transaction is started.

Much smaller.

We need to decide what the ranking is and stick with it. I think that's
"transaction start nests inside mmap_sem", agree?

-
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/