From: tytso@mit.edu
To: Steven Liu <lingjiujianke@gmail.com>
Cc: linux-ext4@vger.kernel.org, adilger@sun.com,
Stefan Richter <stefanr@s5r6.in-berlin.de>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ext4: Fix coding style in fs/ext4/move_extent.c
Date: Sun, 21 Mar 2010 20:20:50 -0400 [thread overview]
Message-ID: <20100322002050.GA11560@thunk.org> (raw)
In-Reply-To: <bd0d95d71003170312s10fd8680xcbea67cc8d681296@mail.gmail.com>
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@gmail.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@gmail.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@vger.kernel.org.
Signed-off-by: LiuQi <lingjiujianke@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
- Ted
prev parent reply other threads:[~2010-03-22 0:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-17 10:12 [PATCH] ext4: Fix coding style in fs/ext4/move_extent.c Steven Liu
2010-03-22 0:20 ` tytso [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100322002050.GA11560@thunk.org \
--to=tytso@mit.edu \
--cc=adilger@sun.com \
--cc=lingjiujianke@gmail.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stefanr@s5r6.in-berlin.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.