From: Al Viro <viro@ZenIV.linux.org.uk>
To: Marco Stornelli <marco.stornelli@gmail.com>
Cc: Linux FS Devel <linux-fsdevel@vger.kernel.org>,
Linux Kernel <linux-kernel@vger.kernel.org>,
Jan Kara <jack@suse.cz>
Subject: Re: [PATCH 0/4] fsfreeze: from uninterruptible to killable waiting
Date: Sat, 6 Apr 2013 16:22:48 +0100 [thread overview]
Message-ID: <20130406152247.GJ4068@ZenIV.linux.org.uk> (raw)
In-Reply-To: <515FF2D4.2050307@gmail.com>
On Sat, Apr 06, 2013 at 12:03:00PM +0200, Marco Stornelli wrote:
> Hi all,
>
> with this patch series we try to change the fs freeze behavior in order
> to sleep in a killable state instead of sleeping in uninterruptible
> state. The patches are *NOT* tested because but a first review is welcome.
> The design is simply:
>
> 1) Internal fs operations are not changed from fsfreeze point of view,
> sb_start_intwrite is not changed;
>
> 2) sb_start_write and sb_start_pagefault now return a proper error code
> if the process receive SIGKILL and all the functions must manage this
> error and return EINTR or VM_FAULT_RETRY.
sb_start_write() is done _way_ too deep in the call chain in the mainline;
check the changes in -next, please.
prev parent reply other threads:[~2013-04-06 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-06 10:03 [PATCH 0/4] fsfreeze: from uninterruptible to killable waiting Marco Stornelli
2013-04-06 15:22 ` Al Viro [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=20130406152247.GJ4068@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marco.stornelli@gmail.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 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.