From: Chris Mason <chris.mason@oracle.com>
To: Josef Bacik <josef@redhat.com>
Cc: Arne Jansen <sensille@gmx.net>, linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs: don't return EINTR
Date: Tue, 17 Apr 2012 15:34:17 -0400 [thread overview]
Message-ID: <20120417193417.GU28915@shiny> (raw)
In-Reply-To: <20120417191424.GB4143@localhost.localdomain>
On Tue, Apr 17, 2012 at 03:14:24PM -0400, Josef Bacik wrote:
> On Tue, Apr 17, 2012 at 08:56:11PM +0200, Arne Jansen wrote:
> > On 04/17/12 20:22, Josef Bacik wrote:
> > >On Tue, Apr 17, 2012 at 11:24:01AM -0400, Chris Mason wrote:
> > >>On Tue, Apr 17, 2012 at 04:15:32PM +0200, Arne Jansen wrote:
> > >>>On 14.04.2012 14:56, Arne Jansen wrote:
> > >>>>It is basically a good thing if we are interruptible when waiting for
> > >>>>free space, but the generality in which it is implemented currently
> > >>>>leads to system calls being interruptible that are not documented this
> > >>>>way. For example git can't handle interrupted unlink(), leading to
> > >>>>corrupt repos under space pressure.
> > >>>
> > >>>Is this patch a candidate for the next rc?
> > >>
> > >>The EINTR came from Josef. We do want to be able to break out of long
> > >>flushes, but I want to check with him to see if there was a specific bug
> > >>this was solving?
> > >
> > >Sorry I was -ENOINTERNET, no the only thing I was fixing was being able to break
> > >out of long flushes. Maybe instead of using the big hammer here we just make
> > >unlink ignore EINTR and try again, or maybe pass down a flag saying I can't be
> > >interrupted? Thanks,
> > >
> >
> > unlink() is the only call I've seen problems with, but there are
> > probably other calls where EINTR is also unexpected.
> > Also, just retrying the unlink internally won't help as the signal
> > is still pending.
> > How can we gather a list of calls where EINTR is ok?
>
> Well then passing a flag down that says we can't interrupt I guess is what we're
> going to have to do and just wait uninterruptible. I think our best bet is to
> just fix them as they come up, I thought all system calls could return EINTR but
> apparently I was wrong :). Thanks,
I'd guess that EINTR is unexpected most of the time. Including in reads
and writes. The real question is how long we might end up waiting?
-chris
next prev parent reply other threads:[~2012-04-17 19:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-14 12:56 [PATCH] btrfs: don't return EINTR Arne Jansen
2012-04-17 14:15 ` Arne Jansen
2012-04-17 15:24 ` Chris Mason
2012-04-17 18:22 ` Josef Bacik
2012-04-17 18:56 ` Arne Jansen
2012-04-17 19:14 ` Josef Bacik
2012-04-17 19:34 ` Chris Mason [this message]
2012-04-17 19:36 ` Josef Bacik
2012-04-17 19:38 ` Chris Mason
2012-04-17 19:43 ` Arne Jansen
2012-04-17 23:39 ` 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=20120417193417.GU28915@shiny \
--to=chris.mason@oracle.com \
--cc=josef@redhat.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=sensille@gmx.net \
/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