2023-01-16 08:33:02

by ye.xingchen

[permalink] [raw]
Subject: [PATCH linux-next] btrfs: remove duplicate included header files

From: ye xingchen <[email protected]>

extent-tree.h is included more than once.

Signed-off-by: ye xingchen <[email protected]>
---
fs/btrfs/extent-tree.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
index ad6c66ff9ba8..688cdf816957 100644
--- a/fs/btrfs/extent-tree.c
+++ b/fs/btrfs/extent-tree.c
@@ -38,7 +38,6 @@
#include "dev-replace.h"
#include "fs.h"
#include "accessors.h"
-#include "extent-tree.h"
#include "root-tree.h"
#include "file-item.h"
#include "orphan.h"
--
2.25.1


2023-01-16 19:12:16

by David Sterba

[permalink] [raw]
Subject: Re: [PATCH linux-next] btrfs: remove duplicate included header files

On Mon, Jan 16, 2023 at 03:58:44PM +0800, [email protected] wrote:
> From: ye xingchen <[email protected]>
>
> extent-tree.h is included more than once.
>
> Signed-off-by: ye xingchen <[email protected]>

I did not find any other case of duplication, so added to misc-next,
thanks.