From: Dmitry Monakhov <dmonakhov@openvz.org>
To: linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com
Cc: hch@lst.de, david@fromorbit.com, Dmitry Monakhov <dmonakhov@openvz.org>
Subject: [PATCH 1/3] xfstests: fix argument typo
Date: Tue, 8 Nov 2011 12:41:53 +0400 [thread overview]
Message-ID: <1320741715-32692-1-git-send-email-dmonakhov@openvz.org> (raw)
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
---
ltp/fsstress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ltp/fsstress.c b/ltp/fsstress.c
index 09c9529..9b3af17 100644
--- a/ltp/fsstress.c
+++ b/ltp/fsstress.c
@@ -385,7 +385,7 @@ int main(int argc, char **argv)
i = 0;
if (optarg[0] == 'c')
i = 1;
- show_ops(1, NULL);
+ show_ops(i, NULL);
printf("\n");
nousage=1;
break;
--
1.7.1
next reply other threads:[~2011-11-08 8:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-08 8:41 Dmitry Monakhov [this message]
2011-11-08 8:41 ` [PATCH 2/3] xfstests: fix typo in 260'th test Dmitry Monakhov
2011-11-08 8:41 ` [PATCH 3/3] xfstests: remove duplicated umount $scratch_dev 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=1320741715-32692-1-git-send-email-dmonakhov@openvz.org \
--to=dmonakhov@openvz.org \
--cc=david@fromorbit.com \
--cc=hch@lst.de \
--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).