From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753446AbdEQXlv (ORCPT ); Wed, 17 May 2017 19:41:51 -0400 Received: from ozlabs.org ([103.22.144.67]:44809 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752037AbdEQXlt (ORCPT ); Wed, 17 May 2017 19:41:49 -0400 Date: Thu, 18 May 2017 09:41:46 +1000 From: Stephen Rothwell To: David Sterba Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Liu Bo Subject: linux-next: build warning after merge of the btrfs-kdave tree Message-ID: <20170518094146.7a1d9a2d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, After merging the btrfs-kdave tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/btrfs/inode.c: In function 'btrfs_submit_direct': fs/btrfs/inode.c:8467:14: warning: 'bio' may be used uninitialized in this function [-Wmaybe-uninitialized] struct bio *bio; ^ I can't tell if it is a false positive or not. -- Cheers, Stephen Rothwell