[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFyn0TL6vJZrGVQkgAscT33nf9_7rH-DRVJbcG3K7d7QKA@mail.gmail.com>
Date: Fri, 30 Mar 2012 12:54:03 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Chris Mason <chris.mason@...cle.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-btrfs <linux-btrfs@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] Btrfs fixes and features
On Fri, Mar 30, 2012 at 12:50 PM, Linus Torvalds
<torvalds@...ux-foundation.org> wrote:
>
> This causes a new warning for me:
>
> fs/btrfs/extent_io.c: In function ‘repair_eb_io_failure’:
> fs/btrfs/extent_io.c:1940:6: warning: ‘ret’ may be used
> uninitialized in this function
>
> Hmm?
Ok, so presumably num_pages (which is "num_extent_pages(eb->start,
eb->len)") cannot be zero, so I guess the code is ok. But gcc can't
know that, and it's an annoying warning.
So please fix, but it's not urgent. In the meantime I've pulled and pushed out.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists