From: Dmitry Monakhov <dmonakhov@openvz.org>
To: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>,
fstests@vger.kernel.org, linux-ext4@vger.kernel.org
Cc: tytso@mit.edu, david@fromorbit.com
Subject: Re: [PATCH] ext4/30[23]: ignore EBUSY error
Date: Mon, 19 Jan 2015 16:27:41 +0400 [thread overview]
Message-ID: <87sif7arb6.fsf@openvz.org> (raw)
In-Reply-To: <1421650955-29350-1-git-send-email-wangxg.fnst@cn.fujitsu.com>
Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> writes:
Acked-by Dmitry Monakhov <dmonakhov@openvz.org>
> xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
> which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
> for example, when page's corresponding buffer_head's state is BH_Dirty.
>
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> ---
> tests/ext4/302 | 2 ++
> tests/ext4/303 | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/tests/ext4/302 b/tests/ext4/302
> index 1e90016..c604c8f 100755
> --- a/tests/ext4/302
> +++ b/tests/ext4/302
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
> size=999G
> buffered=0
> fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>
> ##########################################
> # Test2
> diff --git a/tests/ext4/303 b/tests/ext4/303
> index 9573872..2d01f0f 100755
> --- a/tests/ext4/303
> +++ b/tests/ext4/303
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
> size=999G
> buffered=0
> fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>
> #################################
> # Test3
> --
> 1.8.3.1
WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Monakhov <dmonakhov@openvz.org>
To: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>,
fstests@vger.kernel.org, linux-ext4@vger.kernel.org
Cc: tytso@mit.edu, david@fromorbit.com,
Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
Subject: Re: [PATCH] ext4/30[23]: ignore EBUSY error
Date: Mon, 19 Jan 2015 16:27:41 +0400 [thread overview]
Message-ID: <87sif7arb6.fsf@openvz.org> (raw)
In-Reply-To: <1421650955-29350-1-git-send-email-wangxg.fnst@cn.fujitsu.com>
Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> writes:
Acked-by Dmitry Monakhov <dmonakhov@openvz.org>
> xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
> which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
> for example, when page's corresponding buffer_head's state is BH_Dirty.
>
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> ---
> tests/ext4/302 | 2 ++
> tests/ext4/303 | 2 ++
> 2 files changed, 4 insertions(+)
>
> diff --git a/tests/ext4/302 b/tests/ext4/302
> index 1e90016..c604c8f 100755
> --- a/tests/ext4/302
> +++ b/tests/ext4/302
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
> size=999G
> buffered=0
> fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>
> ##########################################
> # Test2
> diff --git a/tests/ext4/303 b/tests/ext4/303
> index 9573872..2d01f0f 100755
> --- a/tests/ext4/303
> +++ b/tests/ext4/303
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
> size=999G
> buffered=0
> fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>
> #################################
> # Test3
> --
> 1.8.3.1
next prev parent reply other threads:[~2015-01-19 12:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 7:02 [PATCH] ext4/30[23]: ignore EBUSY error Xiaoguang Wang
2015-01-19 7:02 ` Xiaoguang Wang
2015-01-19 12:27 ` Dmitry Monakhov [this message]
2015-01-19 12:27 ` Dmitry Monakhov
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=87sif7arb6.fsf@openvz.org \
--to=dmonakhov@openvz.org \
--cc=david@fromorbit.com \
--cc=fstests@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
--cc=wangxg.fnst@cn.fujitsu.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.