From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Monakhov Subject: [PATCH 1/3] xfstests: fix argument typo Date: Tue, 8 Nov 2011 12:41:53 +0400 Message-ID: <1320741715-32692-1-git-send-email-dmonakhov@openvz.org> Cc: hch@lst.de, david@fromorbit.com, Dmitry Monakhov To: linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:47575 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298Ab1KHImB (ORCPT ); Tue, 8 Nov 2011 03:42:01 -0500 Received: by bke11 with SMTP id 11so173599bke.19 for ; Tue, 08 Nov 2011 00:42:00 -0800 (PST) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Dmitry Monakhov --- 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