All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arne Jansen <sensille@gmx.net>
To: Chris Mason <chris.mason@oracle.com>,
	Josef Bacik <josef@redhat.com>,
	linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs: don't return EINTR
Date: Tue, 17 Apr 2012 21:43:04 +0200	[thread overview]
Message-ID: <4F8DC7C8.3070907@gmx.net> (raw)
In-Reply-To: <20120417193843.GV28915@shiny>

On 04/17/12 21:38, Chris Mason wrote:
> On Tue, Apr 17, 2012 at 03:36:20PM -0400, Josef Bacik wrote:
>>>> 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?
>>>
>>
>> EINTR is valid for both reads and writes.  This was put into place when I would
>> run tests and get tired of waiting for them so I'd ctrl+c and it wouldn't stop
>> even though it's something that's completely stoppable.  So I'd like to leave it
>> in there so at the very least I can still ctrl+c when I accidently run something
>> I don't want to run ;).  Thanks,
>
> Ok. lets just teach git how to eintr.

git known how to eintr, but just not on unlink. It'll be easy to add
that, but not even the manpage states EINTR as return value from unlink.
I'd go for Josef's solution and just make unlink non-interruptible,
adding more when they pop up.

>
>
> -chris


  reply	other threads:[~2012-04-17 19:43 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
2012-04-17 19:36             ` Josef Bacik
2012-04-17 19:38               ` Chris Mason
2012-04-17 19:43                 ` Arne Jansen [this message]
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=4F8DC7C8.3070907@gmx.net \
    --to=sensille@gmx.net \
    --cc=chris.mason@oracle.com \
    --cc=josef@redhat.com \
    --cc=linux-btrfs@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.