From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:56808 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753945AbdGSPCc (ORCPT ); Wed, 19 Jul 2017 11:02:32 -0400 Date: Wed, 19 Jul 2017 23:02:29 +0800 From: Eryu Guan Subject: Re: [RFC PATCH] check: try to fix the test device if it gets corrupted Message-ID: <20170719150229.GE2478@eguan.usersys.redhat.com> References: <20170303172157.GA5070@birch.djwong.org> <20170303230129.apzqe77r4d5jtf63@thunk.org> <20170327014802.wc5as2tdgecy3rzu@thunk.org> <20170327085103.GQ14226@eguan.usersys.redhat.com> <20170716013058.r46jceccqmoedkde@thunk.org> <20170717234508.GB4217@magnolia> <20170718050507.GU2478@eguan.usersys.redhat.com> <20170718173009.r5i73dztecop5tfr@thunk.org> <20170719094047.GC2478@eguan.usersys.redhat.com> <20170719145301.6ico5wwhwmamuu3k@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170719145301.6ico5wwhwmamuu3k@thunk.org> Sender: fstests-owner@vger.kernel.org To: Theodore Ts'o Cc: "Darrick J. Wong" , fstests@vger.kernel.org List-ID: On Wed, Jul 19, 2017 at 10:53:01AM -0400, Theodore Ts'o wrote: > On Wed, Jul 19, 2017 at 05:40:47PM +0800, Eryu Guan wrote: > > > > > > So one thing we could do is _xfs_scratch_repair and _xfs_test_repair? > > Hmm, or maybe _xfs_repair_scratch and _xfs_repair_test; since at least > for English speakers verb-object is probably more natural. But if you > or Darrick have a strong preference I'm don't care that much. I'm not native English speaker, you (and other native English speakers) decide :) > > > Then all existing _scratch_xfs_repair calls need a rename, but I'm fine > > with the rename. > > > > > > > > The other thing is how much of the cleanup in common/xfs should be > > > segregated into a separate commit (and I'm not sure how competent I'm > > > going to be ate doing that cleanup, but I'm willing to give it a go). > > > > I think we can do minimal cleanup in this patch (like the rename of > > _scratch_xfs_repair to _xfs_scratch_repair) and do other cleanups in > > separate commits (if there's still any). > > If you don't mind I'll do the renames as a separate commit since > that's much easier to verify/review. Sure, make sense to me. Thanks, Eryu