39 lines
1.3 KiB
Diff
39 lines
1.3 KiB
Diff
|
From 0892d51393106dcb8c7d88cc2ee2f976d4a56c92 Mon Sep 17 00:00:00 2001
|
||
|
From: Thorsten Blum <thorsten.blum@toblux.com>
|
||
|
Date: Mon, 23 Sep 2024 16:20:29 +0200
|
||
|
Subject: [PATCH 015/213] bcachefs: Remove duplicate included headers
|
||
|
Content-Type: text/plain; charset="utf-8"
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
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 <lihongbo22@huawei.com>
|
||
|
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
|
||
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
||
|
Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
|
||
|
---
|
||
|
fs/bcachefs/bcachefs_format.h | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h
|
||
|
index 5004f6ba997c..6a67df2a2fcd 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"
|
||
|
--
|
||
|
2.45.2
|
||
|
|