From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cn.fujitsu.com ([183.91.158.132]:19803 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725842AbfEICVP (ORCPT ); Wed, 8 May 2019 22:21:15 -0400 Message-ID: <5CD38E98.8000705@cn.fujitsu.com> Date: Thu, 9 May 2019 10:21:12 +0800 From: xuyang MIME-Version: 1.0 Subject: Re: [PATCH 0/3] fstests: various fixes References: <155724821034.2624631.4172554705843296757.stgit@magnolia> In-Reply-To: <155724821034.2624631.4172554705843296757.stgit@magnolia> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: fstests-owner@vger.kernel.org To: "Darrick J. Wong" Cc: guaneryu@gmail.com, linux-xfs@vger.kernel.org, fstests@vger.kernel.org List-ID: on 2019/05/08 0:56, Darrick J. Wong wrote: > Hi all, > > Here are three patches fixing various regressions in xfstests when > mkfs.xfs defaults to enabling reflink and/or rmap by default. Most of > the changes deal with the change in minimum log size requirements. They > weren't caught until now because there are a number of tests that call > mkfs on a loop device or a file without using MKFS_OPTIONS. > > If you're going to start using this mess, you probably ought to just > pull from my git trees, which are linked below. > > This is an extraordinary way to destroy everything. Enjoy! > Comments and questions are, as always, welcome. > > --D > > fstests git tree: > https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes > > > Hi Tested-by: Yang Xu