Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758883Ab2FOX6G (ORCPT ); Fri, 15 Jun 2012 19:58:06 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:41771 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754267Ab2FOX6E convert rfc822-to-8bit (ORCPT ); Fri, 15 Jun 2012 19:58:04 -0400 MIME-Version: 1.0 In-Reply-To: <20120615180957.GE19150@shiny> References: <20120615180957.GE19150@shiny> From: Linus Torvalds Date: Fri, 15 Jun 2012 16:57:42 -0700 X-Google-Sender-Auth: 0OSyXZfgB5FPcfwHdQJlvIfK8To Message-ID: Subject: Re: [GIT PULL] Btrfs updates To: Chris Mason , torvalds@linux-foundation.org, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 24 On Fri, Jun 15, 2012 at 11:09 AM, Chris Mason wrote: > > Please pull my for-linus branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus This seems to introduce a new warning: In file included from fs/btrfs/ctree.c:22:0: fs/btrfs/ctree.c: In function ?btrfs_search_old_slot?: fs/btrfs/ctree.h:2117:240: warning: ?old_generation? may be used uninitialized in this function [-Wmaybe-uninitialized] fs/btrfs/ctree.c:1178:6: note: ?old_generation? was declared here which looks like just gcc being unable to see that it is only used when set, but it's still annoying. I'd suggest initializing it to 0 just to shut up the compiler. Ok? Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/