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@xxxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxxxxxxxxx Signed-off-by: LiuQi <lingjiujianke@xxxxxxxxx> Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> Cc: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx> - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html