Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758016AbcJRFPx (ORCPT ); Tue, 18 Oct 2016 01:15:53 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:53986 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755736AbcJRFPf (ORCPT ); Tue, 18 Oct 2016 01:15:35 -0400 Date: Mon, 17 Oct 2016 22:15:29 -0700 From: Christoph Hellwig To: Arnd Bergmann Cc: Jan Kara , Linus Torvalds , linux-kernel@vger.kernel.org, Christoph Hellwig , Dave Chinner , Ross Zwisler , Dave Chinner , Al Viro , Andrew Morton , Matthew Wilcox , Carlos Maiolino , linux-ext4@vger.kernel.org Subject: Re: [PATCH 05/28] ext2: avoid bogus -Wmaybe-uninitialized warning Message-ID: <20161018051529.GA24233@infradead.org> References: <20161017220342.1627073-1-arnd@arndb.de> <20161017220557.1688282-5-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161017220557.1688282-5-arnd@arndb.de> User-Agent: Mutt/1.6.1 (2016-04-27) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 81 Lines: 3 Thanks Arnd, this looks fine to me: Reviewed-by: Christoph Hellwig