From: Bob Copeland <me@bobcopeland.com>
To: Coly Li <coly.li@suse.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Steve French <sfrench@samba.org>,
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>,
Christoph Hellwig <hch@infradead.org>,
KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>,
Anders Larsen <al@alarsen.net>
Subject: Re: [PATCH] remove compiling warning by adding uninitialized_var()
Date: Fri, 4 Dec 2009 07:48:42 -0500 [thread overview]
Message-ID: <20091204124842.GA5982@hash.localnet> (raw)
In-Reply-To: <4B180462.4050904@suse.de>
On Fri, Dec 04, 2009 at 02:33:06AM +0800, Coly Li wrote:
> @@ -222,7 +222,7 @@ static int omfs_get_block(struct inode *inode, sector_t block,
> struct buffer_head *bh;
> sector_t next, offset;
> int ret;
> - u64 new_block;
> + u64 uninitialized_var(new_block);
> u32 max_extents;
> int extent_count;
> struct omfs_extent *oe;
OMFS part -
Reviewed-by: Bob Copeland <me@bobcopeland.com>
Thanks!
--
Bob Copeland %% www.bobcopeland.com
prev parent reply other threads:[~2009-12-04 12:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-03 18:33 [PATCH] remove compiling warning by adding uninitialized_var() Coly Li
2009-12-03 20:49 ` Anders Larsen
2009-12-04 12:48 ` Bob Copeland [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=20091204124842.GA5982@hash.localnet \
--to=me@bobcopeland.com \
--cc=akpm@linux-foundation.org \
--cc=al@alarsen.net \
--cc=coly.li@suse.de \
--cc=hch@infradead.org \
--cc=hirofumi@mail.parknet.co.jp \
--cc=konishi.ryusuke@lab.ntt.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=sfrench@samba.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox