From 8e8f546cfa80b950c61126aa902624163d063e7d Mon Sep 17 00:00:00 2001 From: Dmitry Monakhov Date: Tue, 8 Nov 2011 12:41:53 +0400 Subject: [PATCH] fsstress: fix argument typo Signed-off-by: Dmitry Monakhov Signed-off-by: Christoph Hellwig --- ltp/fsstress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 09c9529a..9b3af178 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; -- 2.30.2