From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:36407 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S970030AbeEYAuE (ORCPT ); Thu, 24 May 2018 20:50:04 -0400 Received: by mail-pf0-f194.google.com with SMTP id w129-v6so1711230pfd.3 for ; Thu, 24 May 2018 17:50:04 -0700 (PDT) Date: Thu, 24 May 2018 17:50:00 -0700 From: "Luis R. Rodriguez" Subject: Re: [PATCH v2 5/5] mkfs.xfs: add configuration file parsing support using our own parser Message-ID: <20180525005000.GB24593@garbanzo.do-not-panic.com> References: <20180517192700.23457-1-mcgrof@kernel.org> <20180517192700.23457-6-mcgrof@kernel.org> <1f1e87df-aba5-e285-e3cb-820306f24f1c@sandeen.net> <20180518034600.GW23858@magnolia> <20180518153805.GE24680@garbanzo.do-not-panic.com> <20180518235610.GF24680@garbanzo.do-not-panic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Jan Tulak Cc: "Luis R. Rodriguez" , Eric Sandeen , "Darrick J. Wong" , linux-xfs , jack@suse.com, Jeff Mahoney , okurz@suse.com, lpechacek@suse.com On Mon, May 21, 2018 at 11:40:30AM +0200, Jan Tulak wrote: > On Sat, May 19, 2018 at 1:56 AM, Luis R. Rodriguez wrote: > > On Fri, May 18, 2018 at 12:09:23PM -0500, Eric Sandeen wrote: > ... > >> > >> mkfs.xfs -c hoogah searches /@sysconfigdir@/mkfs.xfs.d/ > >> mkfs.xfs -c ./hoogah or > >> mkfs.xfs -c /path/to/hoogah do exactly what you'd expect. > >> > ... > > > > Sounds good. I'll drop the environment variable junk and only support > > the above 3 cases. > > > > mkfs.xfs -c ../hoogah too, please. :-) Done. Luis