Re: deadlocks caused by ext3/reiser dirty_inode calls duringdo_mmap_pgoff

From: Chris Mason
Date: Tue Jun 22 2004 - 16:15:57 EST


On Tue, 2004-06-22 at 14:57, Andrew Morton wrote:
> 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.

Yup

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

Agreed.

-chris

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