From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:52693 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932549AbdEWIlU (ORCPT ); Tue, 23 May 2017 04:41:20 -0400 Date: Tue, 23 May 2017 10:41:18 +0200 From: Christoph Hellwig Subject: Re: [PATCH 13/23] md: namespace private helper names Message-ID: <20170523084118.GA20121@lst.de> References: <20170518062705.25902-1-hch@lst.de> <20170518062705.25902-14-hch@lst.de> <1495479147.6967.70.camel@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495479147.6967.70.camel@linux.intel.com> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Andy Shevchenko Cc: Christoph Hellwig , Amir Goldstein , linux-fsdevel@vger.kernel.org, Shaohua Li , Dan Williams , David Howells , Steven Whitehouse , Mimi Zohar , linux-xfs@vger.kernel.org, linux-raid@vger.kernel.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org On Mon, May 22, 2017 at 09:52:27PM +0300, Andy Shevchenko wrote: > On Thu, 2017-05-18 at 08:26 +0200, Christoph Hellwig wrote: > > From: Amir Goldstein > > > > The md private helper uuid_equal() collides with a generic helper > > of the same name. > > > > Rename the md private helper to md_uuid_equal() and do the same for > > md_sb_equal(). > > > > While patch is good, shouldn't it go before we introduce those helpers? Yes, I'll move it to the beginning of the series.