linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] xfstests: fix argument typo
@ 2011-11-08  8:41 Dmitry Monakhov
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Monakhov @ 2011-11-08  8:41 UTC (permalink / raw)
  To: linux-fsdevel, xfs; +Cc: hch, david, Dmitry Monakhov


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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-08  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08  8:41 [PATCH 1/3] xfstests: fix argument typo Dmitry Monakhov
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

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).