LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: Christoph Hellwig <hch@lst.de>
Cc: linux-kernel@vger.kernel.org, xfs-masters@oss.sgi.com,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>
Subject: Re: [xfs-masters] INFO: possible circular locking dependency detected
Date: Sun, 11 Oct 2009 17:59:54 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.2.00.0910111759030.12574@localhost.localdomain> (raw)
In-Reply-To: <20091011124616.GA4081@lst.de>
On Sun, 11 Oct 2009, Christoph Hellwig wrote:
> 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.
>
In seems very easy and reliable to reproduce on my machine - so I am happy
to test the patch here when you're ready.
Thanks
John
prev parent reply other threads:[~2009-10-11 16:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-10 23:09 John Kacur
2009-10-11 12:46 ` [xfs-masters] " Christoph Hellwig
2009-10-11 15:59 ` John Kacur [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.00.0910111759030.12574@localhost.localdomain \
--to=jkacur@redhat.com \
--cc=a.p.zijlstra@chello.nl \
--cc=hch@lst.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=xfs-masters@oss.sgi.com \
--subject='Re: [xfs-masters] INFO: possible circular locking dependency detected' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).