[PATCH -next] btrfs: Remove duplicate btrfs_inode.h header

From: Jiapeng Chong
Date: Wed Jul 10 2024 - 01:34:44 EST


./fs/btrfs/zlib.c: btrfs_inode.h is included more than once.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9492
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
fs/btrfs/zlib.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/zlib.c b/fs/btrfs/zlib.c
index decbadc6657d..8aa82ee1991e 100644
--- a/fs/btrfs/zlib.c
+++ b/fs/btrfs/zlib.c
@@ -20,7 +20,6 @@
#include <linux/refcount.h>
#include "btrfs_inode.h"
#include "compression.h"
-#include "btrfs_inode.h"
#include "fs.h"
#include "subpage.h"

--
2.20.1.7.g153144c