From: Jiapeng Chong Date: Thu, 14 Sep 2023 06:05:54 +0000 (+0800) Subject: bcachefs: Remove duplicate include X-Git-Tag: v6.7-rc1~201^2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b59fbec86e3cda0fae2ad15139ac458e024fab1;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Remove duplicate include ./fs/bcachefs/btree_update.h: journal.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6573 Signed-off-by: Jiapeng Chong Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/btree_update.h b/fs/bcachefs/btree_update.h index 4bfe602ce8e35..9816d22865403 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;