public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c
@ 2022-10-27  5:43 Yang Li
  2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yang Li @ 2022-10-27  5:43 UTC (permalink / raw)
  To: clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Yang Li, Abaci Robot

./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 <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 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"
 
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-27 11:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27  5:43 [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Yang Li
2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
2022-10-27  6:38   ` Johannes Thumshirn
2022-10-27  5:43 ` [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c Yang Li
2022-10-27  6:38   ` Johannes Thumshirn
2022-10-27  6:38 ` [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Johannes Thumshirn
2022-10-27 11:24 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox