[-next,1/3] btrfs: Remove duplicated include in root-tree.c

Message ID 20221027054343.9709-1-yang.lee@linux.alibaba.com
State New
Headers
Series [-next,1/3] btrfs: Remove duplicated include in root-tree.c |

Commit Message

Yang Li Oct. 27, 2022, 5:43 a.m. UTC
  ./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(-)
  

Comments

Johannes Thumshirn Oct. 27, 2022, 6:38 a.m. UTC | #1
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
  
David Sterba Oct. 27, 2022, 11:24 a.m. UTC | #2
On Thu, Oct 27, 2022 at 01:43:41PM +0800, Yang Li wrote:
> ./fs/btrfs/root-tree.c: fs.h is included more than once.

Thanks, it's from a recent series so I've folded the changes from all
three patches.
  

Patch

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"