diff mbox series

[-next,2/3] btrfs: Remove duplicated include in free-space-cache.c

Message ID 20221027054343.9709-2-yang.lee@linux.alibaba.com (mailing list archive)
State New, archived
Headers show
Series [-next,1/3] btrfs: Remove duplicated include in root-tree.c | expand

Commit Message

Yang Li Oct. 27, 2022, 5:43 a.m. UTC
./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 <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/btrfs/free-space-cache.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>
diff mbox series

Patch

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)