From patchwork Sat Aug 25 10:06:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Zhang X-Patchwork-Id: 10576057 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6F73F1390 for ; Sat, 25 Aug 2018 10:06:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4AB382B11E for ; Sat, 25 Aug 2018 10:06:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 288F12B7DF; Sat, 25 Aug 2018 10:06:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BF6462B11E for ; Sat, 25 Aug 2018 10:06:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726624AbeHYNpE (ORCPT ); Sat, 25 Aug 2018 09:45:04 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:43740 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725975AbeHYNpE (ORCPT ); Sat, 25 Aug 2018 09:45:04 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8A2618076892; Sat, 25 Aug 2018 10:06:35 +0000 (UTC) Received: from dhcp-12-135.nay.redhat.com (dhcp-12-135.nay.redhat.com [10.66.12.135]) by smtp.corp.redhat.com (Postfix) with ESMTP id C63482026D66; Sat, 25 Aug 2018 10:06:33 +0000 (UTC) From: Yi Zhang To: gi-oh.kim@profitbricks.com, osandov@fb.com Cc: linux-block@vger.kernel.org Subject: [PATCH] blktests: remove unused null_blk parameter for _init_null_blk in block/016 Date: Sat, 25 Aug 2018 18:06:19 +0800 Message-Id: <20180825100619.17868-1-yi.zhang@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Sat, 25 Aug 2018 10:06:35 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Sat, 25 Aug 2018 10:06:35 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'yi.zhang@redhat.com' RCPT:'' Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Yi Zhang Reviewed-by: Gioh Kim --- tests/block/016 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/block/016 b/tests/block/016 index 0e6f2e1..e0a63ad 100755 --- a/tests/block/016 +++ b/tests/block/016 @@ -32,7 +32,7 @@ requires() { test() { echo "Running ${TEST_NAME}" - if ! _init_null_blk null_blk queue_mode=2 irqmode=2 completion_nsec=2000000000; then + if ! _init_null_blk queue_mode=2 irqmode=2 completion_nsec=2000000000; then return 1 fi