projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2823290
)
btrfs: remove duplicate include header in extent-tree.c
author
ye xingchen
<ye.xingchen@zte.com.cn>
Mon, 16 Jan 2023 07:58:44 +0000
(15:58 +0800)
committer
David Sterba
<dsterba@suse.com>
Mon, 13 Feb 2023 16:50:34 +0000
(17:50 +0100)
extent-tree.h is included more than once, added in
a0231804affe
("btrfs:
move extent-tree helpers into their own header file").
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/extent-tree.c
b/fs/btrfs/extent-tree.c
index ad6c66ff9ba83ad6072a3564f245d3d071f0b4c0..688cdf816957be662a9f985d979a530167075110 100644
(file)
--- 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"