From patchwork Mon Apr 10 03:18:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eryu Guan X-Patchwork-Id: 9671939 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 48B1B600CB for ; Mon, 10 Apr 2017 03:18:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A70527F4B for ; Mon, 10 Apr 2017 03:18:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2EAC527FBE; Mon, 10 Apr 2017 03:18:49 +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=-6.9 required=2.0 tests=BAYES_00,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 C06C927F4B for ; Mon, 10 Apr 2017 03:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751237AbdDJDSr (ORCPT ); Sun, 9 Apr 2017 23:18:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40540 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbdDJDSr (ORCPT ); Sun, 9 Apr 2017 23:18:47 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 257CE4E339; Mon, 10 Apr 2017 03:18:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 257CE4E339 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=eguan@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 257CE4E339 Received: from localhost (ovpn-12-43.pek2.redhat.com [10.72.12.43]) by smtp.corp.redhat.com (Postfix) with ESMTP id 79BBA831AE; Mon, 10 Apr 2017 03:18:45 +0000 (UTC) From: Eryu Guan To: fstests@vger.kernel.org Cc: fdmanana@kernel.org, Eryu Guan Subject: [PATCH] generic/422: check fallocate KEEP_SIZE flag correctly Date: Mon, 10 Apr 2017 11:18:28 +0800 Message-Id: <20170410031828.2110-1-eguan@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 10 Apr 2017 03:18:46 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP "-k" should be passed to _require_xfs_io_command() as a separate parameter. Signed-off-by: Eryu Guan --- Hi Filipe, This is a merge error, I did correct updates to _require_xfs_io_command() and generic/071 but forgot generic/422. Sorry again for the whole mess :-( (Not sure why my release testing didn't catch this merge error, I guess it had something to do with post-release-testing modifications to the stage tree when I dropped statx tests) tests/generic/422 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/422 b/tests/generic/422 index cae76a9..a42a30d 100755 --- a/tests/generic/422 +++ b/tests/generic/422 @@ -48,7 +48,7 @@ _supported_fs generic _supported_os Linux _require_test _require_scratch -_require_xfs_io_command "falloc -k" +_require_xfs_io_command "falloc" "-k" _require_odirect rm -f $seqres.full