From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753827Ab0CVCMa (ORCPT ); Sun, 21 Mar 2010 22:12:30 -0400 Received: from thunk.org ([69.25.196.29]:51228 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753716Ab0CVCMU (ORCPT ); Sun, 21 Mar 2010 22:12:20 -0400 Date: Sun, 21 Mar 2010 20:20:50 -0400 From: tytso@mit.edu To: Steven Liu Cc: linux-ext4@vger.kernel.org, adilger@sun.com, Stefan Richter , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ext4: Fix coding style in fs/ext4/move_extent.c Message-ID: <20100322002050.GA11560@thunk.org> Mail-Followup-To: tytso@mit.edu, Steven Liu , linux-ext4@vger.kernel.org, adilger@sun.com, Stefan Richter , linux-kernel@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 17, 2010 at 06:12:14PM +0800, Steven Liu wrote: > fix a code style in fs/ext4/move_extent.c > > Signed-off-by: LiuQi I've added this to the ext4 patch queue with the following changelog description: ext4: Fix coding style in fs/ext4/move_extent.c From: Steven Liu Making sure ee_block is initialized to zero to prevent gcc from kvetching. It's harmless (although it's not obvious that it's harmless) from code inspection: fs/ext4/move_extent.c:478: warning: 'start_ext.ee_block' may be used uninitialized in this function Thanks to Stefan Richter for first bringing this to the attention of linux-ext4@vger.kernel.org. Signed-off-by: LiuQi Signed-off-by: "Theodore Ts'o" Cc: Stefan Richter - Ted