[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100322002050.GA11560@thunk.org>
Date: Sun, 21 Mar 2010 20:20:50 -0400
From: tytso@....edu
To: Steven Liu <lingjiujianke@...il.com>
Cc: linux-ext4@...r.kernel.org, adilger@....com,
Stefan Richter <stefanr@...6.in-berlin.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ext4: Fix coding style in fs/ext4/move_extent.c
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 <lingjiujianke@...il.com>
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 <lingjiujianke@...il.com>
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@...r.kernel.org.
Signed-off-by: LiuQi <lingjiujianke@...il.com>
Signed-off-by: "Theodore Ts'o" <tytso@....edu>
Cc: Stefan Richter <stefanr@...6.in-berlin.de>
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists