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" From patchwork Thu Oct 27 05:43:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 13021622 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 77F3FC38A2D for ; Thu, 27 Oct 2022 05:44:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233511AbiJ0Fnz (ORCPT ); Thu, 27 Oct 2022 01:43:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234036AbiJ0Fnx (ORCPT ); Thu, 27 Oct 2022 01:43:53 -0400 Received: from out30-43.freemail.mail.aliyun.com (out30-43.freemail.mail.aliyun.com [115.124.30.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E158813C1DA; Wed, 26 Oct 2022 22:43:51 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R391e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046060;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0VTA368G_1666849427; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VTA368G_1666849427) by smtp.aliyun-inc.com; Thu, 27 Oct 2022 13:43:49 +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 2/3] btrfs: Remove duplicated include in free-space-cache.c Date: Thu, 27 Oct 2022 13:43:42 +0800 Message-Id: <20221027054343.9709-2-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c In-Reply-To: <20221027054343.9709-1-yang.lee@linux.alibaba.com> References: <20221027054343.9709-1-yang.lee@linux.alibaba.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org ./fs/btrfs/free-space-cache.c: fs.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2601 Reported-by: Abaci Robot Signed-off-by: Yang Li Reviewed-by: Johannes Thumshirn --- fs/btrfs/free-space-cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c index 7a182cc6dab7..26ff1a5100b9 100644 --- a/fs/btrfs/free-space-cache.c +++ b/fs/btrfs/free-space-cache.c @@ -26,7 +26,6 @@ #include "discard.h" #include "subpage.h" #include "inode-item.h" -#include "fs.h" #include "accessors.h" #define BITS_PER_BITMAP (PAGE_SIZE * 8UL) From patchwork Thu Oct 27 05:43:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 13021623 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 65028FA3740 for ; Thu, 27 Oct 2022 05:44:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234056AbiJ0FoT (ORCPT ); Thu, 27 Oct 2022 01:44:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233569AbiJ0Fnz (ORCPT ); Thu, 27 Oct 2022 01:43:55 -0400 Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32EA6148FDF; Wed, 26 Oct 2022 22:43:54 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R451e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0VT9o96n_1666849430; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0VT9o96n_1666849430) by smtp.aliyun-inc.com; Thu, 27 Oct 2022 13:43:51 +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 3/3] btrfs: Remove duplicated include in delayed-inode.c Date: Thu, 27 Oct 2022 13:43:43 +0800 Message-Id: <20221027054343.9709-3-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c In-Reply-To: <20221027054343.9709-1-yang.lee@linux.alibaba.com> References: <20221027054343.9709-1-yang.lee@linux.alibaba.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org ./fs/btrfs/delayed-inode.c: fs.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2602 Reported-by: Abaci Robot Signed-off-by: Yang Li Reviewed-by: Johannes Thumshirn --- fs/btrfs/delayed-inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/btrfs/delayed-inode.c b/fs/btrfs/delayed-inode.c index a935709f2a29..f93d2695e423 100644 --- a/fs/btrfs/delayed-inode.c +++ b/fs/btrfs/delayed-inode.c @@ -17,7 +17,6 @@ #include "locking.h" #include "inode-item.h" #include "space-info.h" -#include "fs.h" #include "accessors.h" #define BTRFS_DELAYED_WRITEBACK 512