diff mbox series

btrfs: Remove duplicated include in block-group.c

Message ID 1589255703-7193-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
State New, archived
Headers show
Series btrfs: Remove duplicated include in block-group.c | expand

Commit Message

Tiezhu Yang May 12, 2020, 3:55 a.m. UTC
disk-io.h is included more than once in block-group.c, remove it.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 fs/btrfs/block-group.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Johannes Thumshirn May 12, 2020, 8:05 a.m. UTC | #1
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
David Sterba May 12, 2020, 12:53 p.m. UTC | #2
On Tue, May 12, 2020 at 11:55:03AM +0800, Tiezhu Yang wrote:
> disk-io.h is included more than once in block-group.c, remove it.
> 
> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>

Applied, thanks.
diff mbox series

Patch

diff --git a/fs/btrfs/block-group.c b/fs/btrfs/block-group.c
index 696f471..d3d5cf4 100644
--- 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"