projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be4d8e
)
btrfs: remove duplicated include in block-group.c
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Tue, 12 May 2020 03:55:03 +0000
(11:55 +0800)
committer
David Sterba
<dsterba@suse.com>
Mon, 25 May 2020 09:25:31 +0000
(11:25 +0200)
disk-io.h is included more than once in block-group.c, remove it.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/block-group.c
b/fs/btrfs/block-group.c
index 048b3384f588546d6c0f5c1982a03e7b9370c4f3..176e8a292fd10d867ee2da4a37933d4b12a836a3 100644
(file)
--- a/
fs/btrfs/block-group.c
+++ b/
fs/btrfs/block-group.c
@@
-7,7
+7,6
@@
#include "disk-io.h"
#include "free-space-cache.h"
#include "free-space-tree.h"
-#include "disk-io.h"
#include "volumes.h"
#include "transaction.h"
#include "ref-verify.h"