From: Ted Ts'o <tytso@mit.edu>
To: Allison Henderson <achender@vnet.ibm.com>
Cc: linux-fsdevel <linux-fsdevel@vger.kernel.org>,
Ext4 Developers List <linux-ext4@vger.kernel.org>,
xfs-oss <xfs@oss.sgi.com>
Subject: Re: [PATCH 1/3 v5] XFS TESTS: Add Punch Hole to FSX
Date: Mon, 6 Jun 2011 20:44:45 -0400 [thread overview]
Message-ID: <20110607004445.GG20818@thunk.org> (raw)
In-Reply-To: <4DED63D1.5010600@vnet.ibm.com>
On Mon, Jun 06, 2011 at 04:33:37PM -0700, Allison Henderson wrote:
> This patch adds punch hole tests to the fsx stress test.
>
> Signed-off-by: Allison Henderson <achender@us.ibm.com>
>
Hey Allison, there are two things you can do that will make life much
easier for people to review and apply your patches. First of all,
move the version information below to after the "---" line. If you
want to keep this information in the git commit log, just move the
"---" line after you run the "git format-patch" command.
Secondly, run the command "git config format.thread true"; this is the
default in newer versions of git, but apparently you're not using a
new enough version of git. You can also use "git send-email --thread"
if you don't want to set the git configuration variable. The other
possibility is that your mailer is stripping the in-reply-to: and
references: header, so the mail threading is disappearing. I never
used vnet.ibm.com's mailer, so I don't know if it's responsible for
stripping mail headers, but I tend not to trust VM or Lotus Notes'
standard adherence... fortunately for IBM the CIO's who make the
purchasing decisions tend not to know the first thing about Internet
Mail Standers or RFC's. :-)
- Ted
> v1 -> v2:
> Corrections to the Makefile have been backed out.
> This patch needs to be applied on top of
> the "xfstests: clean up fallocate configuration tests"
> patch
>
> The punch hole tests can be disabled with the
> -H flag, and will also be disabled if it is
> detected that the filesystem does not support
> punch hole
>
> v2 -> v4
> Punch hole tests and functionality tests have been moved
> into their own functions. Existing dofallocate routine
> has been renamed to do_preallocate.
>
> v4 -> v5
> The code to test fallocate functionality changed slightly,
> so the patch has been updated to apply with out err
> ---
> :100644 100644 0eebc70... 0683853... M ltp/fsx.c
> ltp/fsx.c | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
> 1 files changed, 124 insertions(+), 19 deletions(-)
>
> diff --git a/ltp/fsx.c b/ltp/fsx.c
> index 0eebc70..0683853 100644
...
next prev parent reply other threads:[~2011-06-07 0:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-06 23:33 [PATCH 1/3 v5] XFS TESTS: Add Punch Hole to FSX Allison Henderson
2011-06-07 0:44 ` Ted Ts'o [this message]
2011-06-07 1:41 ` Allison Henderson
2011-06-17 12:02 ` Christoph Hellwig
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=20110607004445.GG20818@thunk.org \
--to=tytso@mit.edu \
--cc=achender@vnet.ibm.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=xfs@oss.sgi.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).