From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com ([209.132.183.28]:38542 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752600AbcHaJo6 (ORCPT ); Wed, 31 Aug 2016 05:44:58 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 83232635D5 for ; Wed, 31 Aug 2016 09:44:57 +0000 (UTC) Received: from localhost (dhcp-13-153.nay.redhat.com [10.66.13.153]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u7V9iuVi029032 for ; Wed, 31 Aug 2016 05:44:57 -0400 Date: Wed, 31 Aug 2016 17:44:55 +0800 From: Eryu Guan Subject: Re: [PATCH 1/2] common/rc: introduce _overlay_mount_dirs helper Message-ID: <20160831094455.GU27776@eguan.usersys.redhat.com> References: <1470741381-32610-1-git-send-email-eguan@redhat.com> <20160812033342.GS27776@eguan.usersys.redhat.com> <20160819030517.GE27776@eguan.usersys.redhat.com> <20160825041111.GW27776@eguan.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160825041111.GW27776@eguan.usersys.redhat.com> Sender: fstests-owner@vger.kernel.org To: fstests@vger.kernel.org List-ID: Hi all, On Thu, Aug 25, 2016 at 12:11:11PM +0800, Eryu Guan wrote: > On Fri, Aug 19, 2016 at 11:05:17AM +0800, Eryu Guan wrote: > > On Fri, Aug 12, 2016 at 11:33:42AM +0800, Eryu Guan wrote: > > > On Tue, Aug 09, 2016 at 07:16:20PM +0800, Eryu Guan wrote: > > > > Introduce a new _overlay_mount_dirs() helper to do the actual > > > > overlay mount operation and factor _overlay_scratch_mount and > > > > _overlay_mount code to use a single implemention of > > > > _overlay_mount_dirs(). Also convert all bare mount of overlay in > > > > tests to use it. > > > > > > > > Suggested-by: Dave Chinner > > > > Signed-off-by: Eryu Guan > > > > > > Ping on this one, hope I can push this out this week. > > > > Ping again. > > Ping for the third time :) I have trouble getting my patches reviewed. Could someone help review this patchset? Thanks a lot! Eryu