[PATCH 1/3] xfstests: fix argument typo

Dmitry Monakhov dmonakhov at openvz.org
Tue Nov 8 02:41:53 CST 2011


Signed-off-by: Dmitry Monakhov <dmonakhov at 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




More information about the xfs mailing list