Re: [xfs-masters] INFO: possible circular locking dependency detected

From: Christoph Hellwig
Date: Sun Oct 11 2009 - 08:48:04 EST


This has been around for a long time, the VM calls into fput and thus
->release with the mmap_sem held, which makes it really hard for a
filesystem to avoid a lock inversion if it uses a lock both in ->release
and the I/O path.

I have a workaround for this to only acquire the XFS iolock with a
trylock in the release path and leave cleaning up stale preallocations
until the final iput. It's not pretty, but given that we're unlikely
to see the VM fixed I might aswell finally send it for inclusion.

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