From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7921C43144 for ; Thu, 28 Jun 2018 19:05:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A9D6824B7D for ; Thu, 28 Jun 2018 19:05:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A9D6824B7D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030669AbeF1TFL (ORCPT ); Thu, 28 Jun 2018 15:05:11 -0400 Received: from mx2.suse.de ([195.135.220.15]:40894 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S968038AbeF1TDy (ORCPT ); Thu, 28 Jun 2018 15:03:54 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A0D61AD71; Thu, 28 Jun 2018 19:03:49 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 2980CDABB2; Thu, 28 Jun 2018 18:11:03 +0200 (CEST) Date: Thu, 28 Jun 2018 18:11:03 +0200 From: David Sterba To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Nikolay Borisov Subject: Re: linux-next: build failure after merge of the btrfs-kdave tree Message-ID: <20180628161102.GJ2287@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Stephen Rothwell , Linux-Next Mailing List , Linux Kernel Mailing List , Nikolay Borisov References: <20180627085936.4f9cc4f2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180627085936.4f9cc4f2@canb.auug.org.au> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 27, 2018 at 08:59:36AM +1000, Stephen Rothwell wrote: > After merging the btrfs-kdave tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > fs/btrfs/print-tree.c: In function 'print_extent_item': > fs/btrfs/print-tree.c:56:3: error: implicit declaration of function 'btrfs_print_v0_err'; did you mean 'btrfs_print_tree'? [-Werror=implicit-function-declaration] > btrfs_print_v0_err(eb->fs_info); > ^~~~~~~~~~~~~~~~~~ > btrfs_print_tree Should be fixed in today's branch.