From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:38692 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933226AbdAIJ0B (ORCPT ); Mon, 9 Jan 2017 04:26:01 -0500 Date: Mon, 9 Jan 2017 17:26:00 +0800 From: Eryu Guan Subject: Re: [PATCH 6/7] dedupe: fix consistent error message prefixes for dedupe tests Message-ID: <20170109092600.GB1859@eguan.usersys.redhat.com> References: <148357827617.7677.15595044775254927245.stgit@birch.djwong.org> <148357831442.7677.16850160926032292098.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <148357831442.7677.16850160926032292098.stgit@birch.djwong.org> Sender: fstests-owner@vger.kernel.org To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org List-ID: On Wed, Jan 04, 2017 at 05:05:14PM -0800, Darrick J. Wong wrote: > Since we're fixing the xfs_io dedupe command to consistently > print the dedupe ioctl name on error, fix the tests too. > > Signed-off-by: Darrick J. Wong Seems you need to rebase against current master, I just pushed my patch out on Sunday with your Reviewed-by :) 1300cbc generic/158,304: filter dedupe error message And take use the new _filter_dedupe_error()? So both old and new version of xfs_io pass the tests. Thanks, Eryu