From: Al Viro <viro@ZenIV.linux.org.uk>
To: Josef Bacik <josef@redhat.com>
Cc: Stanislaw Gruszka <sgruszka@redhat.com>,
Patrick <ragamuffin@datacomm.ch>,
linux-btrfs@vger.kernel.org
Subject: Re: Possible btrfs deadlock coused by commit 660d3f6c
Date: Mon, 16 Jan 2012 20:45:29 +0000 [thread overview]
Message-ID: <20120116204528.GP23916@ZenIV.linux.org.uk> (raw)
In-Reply-To: <20120116142540.GB8265@dhcp231-144.rdu.redhat.com>
On Mon, Jan 16, 2012 at 09:26:00AM -0500, Josef Bacik wrote:
> On Mon, Jan 16, 2012 at 09:53:23AM +0100, Stanislaw Gruszka wrote:
> > Hi Josef,
> >
> > commit 660d3f6cde552323578b85fc5a09a6742f1fe804
> > Author: Josef Bacik <josef@redhat.com>
> > Date: Fri Dec 9 11:18:51 2011 -0500
> >
> > Btrfs: fix how we do delalloc reservations and how we free reservations on error
> >
> > introduced possible deadlock. According to comment before
> > btrfs_page_mkwrite(), that function is not allowed to take
> > node->i_mutex .
> >
> > The problem was detected by Patrick (full lockdep info is provided):
> > http://bugzilla.kernel.org/attachment.cgi?id=72072
> > during investigating of some other issue (kernel.org bug 42576)
> >
>
> It's not a deadlock since you can't mmap a directory, but I posted a fix for
> this to linux-btrfs last week, afaik it's headed to -rc1. Thanks,
Sigh... You know, I'm getting really annoyed with the "can't mmap a directory"
bogosity resurfacing every couple of months or so. No, you can't mmap a
directory. You also can't bugger a hedgehog, which is about as relevant.
What you *can* do is write(2) on a regular file. Which will happily grab
->i_mutex (in case of btrfs, that's done in the beginning of
btrfs_file_aio_write()) and eventually get the user pages in (in case of
btrfs, iov_iter_fault_in_readable() from __btrfs_buffered_write() from
btrfs_file_aio_write()). IOW, you do get pagefaults with ->i_mutex
held. Which means ->mmap_sem grabbed while holding ->i_mutex. No
directories involved...
next prev parent reply other threads:[~2012-01-16 20:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-16 8:53 Possible btrfs deadlock coused by commit 660d3f6c Stanislaw Gruszka
2012-01-16 14:26 ` Josef Bacik
2012-01-16 20:45 ` Al Viro [this message]
2012-01-16 22:01 ` Josef Bacik
2012-01-16 22:35 ` Chris Samuel
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=20120116204528.GP23916@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=josef@redhat.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=ragamuffin@datacomm.ch \
--cc=sgruszka@redhat.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).