Re: [PATCH] deadlock when swapping to FAT

From: Mikulas Patocka
Date: Tue Mar 17 2009 - 08:23:41 EST


On Sun, 15 Mar 2009, OGAWA Hirofumi wrote:

> Mikulas Patocka <mpatocka@xxxxxxxxxx> writes:
>
> > Note that the same race condition is happening in all the other
> > filesystems. Maybe move that i_alloc_sem up to ->bmap method caller?
>
> It can be. However, I guess locking strategy would be per
> filesystems. Because the fs may be using i_alloc_sem in get_block
> already.

Which ones take it in get_block? I grepped for i_alloc_sem and don't see
them. Besides, it is mostly taken only for read and recursive taking of
read-lock for read is allowed. It is taken for writes only in truncate.

Mikulas

> Thanks.
> --
> OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
>
--
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/