From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:60286 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752451AbdIATsD (ORCPT ); Fri, 1 Sep 2017 15:48:03 -0400 Date: Fri, 1 Sep 2017 12:48:03 -0700 From: Christoph Hellwig Subject: Re: [PATCH v3] xfs: fix compiler warnings Message-ID: <20170901194803.GA3615@infradead.org> References: <20170901171327.GG3775@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170901171327.GG3775@magnolia> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Darrick J. Wong" Cc: xfs , Brian Foster , Dave Chinner , Christoph Hellwig On Fri, Sep 01, 2017 at 10:13:27AM -0700, Darrick J. Wong wrote: > Fix up all the compiler warnings that have crept in. > > Signed-off-by: Darrick J. Wong > --- > v3: fix everything that comes up with a W=1 build > v2: get more aggressive with the refactoring variables out Looks ok (ok because I don't like the ifdef mess, but lets fix the warnings for now..) Reviewed-by: Christoph Hellwig