2023-09-14 06:24:02

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH] bcachefs: Remove duplicate include

./fs/bcachefs/btree_update.h: journal.h is included more than once.

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6573
Signed-off-by: Jiapeng Chong <[email protected]>
---
fs/bcachefs/btree_update.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/bcachefs/btree_update.h b/fs/bcachefs/btree_update.h
index 901c42b57c35..8f5f0a753797 100644
--- a/fs/bcachefs/btree_update.h
+++ b/fs/bcachefs/btree_update.h
@@ -4,7 +4,6 @@

#include "btree_iter.h"
#include "journal.h"
-#include "journal.h"

struct bch_fs;
struct btree;
--
2.20.1.7.g153144c