From: Thorsten Blum Date: Mon, 23 Sep 2024 14:20:29 +0000 (+0200) Subject: bcachefs: Remove duplicate included headers X-Git-Tag: v6.14-rc1~204^2~253 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03525de50638ac0801e5296826e3cdebe4cb553f;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Remove duplicate included headers The header files dirent_format.h and disk_groups_format.h are included twice. Remove the redundant includes and the following warnings reported by make includecheck: disk_groups_format.h is included more than once dirent_format.h is included more than once Reviewed-by: Hongbo Li Signed-off-by: Thorsten Blum Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h index 5004f6ba997c9..6a67df2a2fcd9 100644 --- a/fs/bcachefs/bcachefs_format.h +++ b/fs/bcachefs/bcachefs_format.h @@ -499,8 +499,6 @@ struct bch_sb_field { #include "disk_groups_format.h" #include "extents_format.h" #include "ec_format.h" -#include "dirent_format.h" -#include "disk_groups_format.h" #include "inode_format.h" #include "journal_seq_blacklist_format.h" #include "logged_ops_format.h"