From patchwork Sat Sep 9 06:13:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Uli Heller X-Patchwork-Id: 9945263 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0346160224 for ; Sat, 9 Sep 2017 06:14:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EAAF52843B for ; Sat, 9 Sep 2017 06:14:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DEF0128A1E; Sat, 9 Sep 2017 06:14:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6CC6B2843B for ; Sat, 9 Sep 2017 06:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752176AbdIIGNu (ORCPT ); Sat, 9 Sep 2017 02:13:50 -0400 Received: from port-83-236-132-110.static.qsc.de ([83.236.132.110]:43192 "EHLO mail.daemons-point.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbdIIGNt (ORCPT ); Sat, 9 Sep 2017 02:13:49 -0400 Received: from [192.168.178.22] (HSI-KBW-085-216-006-144.hsi.kabelbw.de [85.216.6.144]) by mail.daemons-point.com (Postfix) with ESMTPSA id 97B6F20803 for ; Sat, 9 Sep 2017 06:13:36 +0000 (UTC) Subject: PATCH - btrfs-progs-4.13: cmds-inspect-tree-stats.h: No such file or directory From: Uli Heller To: linux-btrfs@vger.kernel.org References: <8fab0623-c8ad-ade0-fde7-382742c801bf@daemons-point.com> Message-ID: Date: Sat, 9 Sep 2017 08:13:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <8fab0623-c8ad-ade0-fde7-382742c801bf@daemons-point.com> Content-Language: de-DE Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From edc11bf1463e41f5c503655f67c3036bd952eb72 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Sat, 9 Sep 2017 08:02:51 +0200 Subject: [PATCH] Removed missing header file, fixes compilation error ---  btrfs-calc-size.c | 1 -  1 file changed, 1 deletion(-) diff --git a/btrfs-calc-size.c b/btrfs-calc-size.c index 1c5c61df..1ac7c785 100644 --- a/btrfs-calc-size.c +++ b/btrfs-calc-size.c @@ -19,7 +19,6 @@  #include "volumes.h"  #include "utils.h"  #include "commands.h" -#include "cmds-inspect-tree-stats.h"  int main(int argc, char **argv)  {