From: Dmitry Monakhov Date: Tue, 8 Nov 2011 08:41:53 +0000 (+0400) Subject: fsstress: fix argument typo X-Git-Tag: v2022.05.01~3650 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e8f546cfa80b950c61126aa902624163d063e7d;p=xfstests-dev.git fsstress: fix argument typo Signed-off-by: Dmitry Monakhov Signed-off-by: Christoph Hellwig --- 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;