From patchwork Thu Oct 27 05:43:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 13021621 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FF9CC67871 for ; Thu, 27 Oct 2022 05:43:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233801AbiJ0Fnv (ORCPT ); Thu, 27 Oct 2022 01:43:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46898 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233403AbiJ0Fnu (ORCPT ); Thu, 27 Oct 2022 01:43:50 -0400 Received: from out199-8.us.a.mail.aliyun.com (out199-8.us.a.mail.aliyun.com [47.90.199.8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92B0D13C1DA; Wed, 26 Oct 2022 22:43:49 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0VTA2O3E_1666849424; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VTA2O3E_1666849424) by smtp.aliyun-inc.com; Thu, 27 Oct 2022 13:43:46 +0800 From: Yang Li To: clm@fb.com Cc: josef@toxicpanda.com, dsterba@suse.com, linux-btrfs@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Date: Thu, 27 Oct 2022 13:43:41 +0800 Message-Id: <20221027054343.9709-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org ./fs/btrfs/root-tree.c: fs.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2600 Reported-by: Abaci Robot Signed-off-by: Yang Li Reviewed-by: Johannes Thumshirn --- fs/btrfs/root-tree.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index 09175ffc143a..42f046e5e25f 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c @@ -13,7 +13,6 @@ #include "print-tree.h" #include "qgroup.h" #include "space-info.h" -#include "fs.h" #include "accessors.h" #include "root-tree.h"