diff options
author | Tiezhu Yang | 2020-05-12 11:55:03 +0800 |
---|---|---|
committer | David Sterba | 2020-05-25 11:25:31 +0200 |
commit | f2998ebd32e25e432e3d0058552e4777c5aba75a (patch) | |
tree | 8ea72c99521c9b66dcf5b15c695a0e7feddaae00 /fs/btrfs/block-group.c | |
parent | 3be4d8efe3cf218350cf2c3f39136a636698c572 (diff) |
btrfs: remove duplicated include in block-group.c
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>
Diffstat (limited to 'fs/btrfs/block-group.c')
-rw-r--r-- | fs/btrfs/block-group.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/block-group.c b/fs/btrfs/block-group.c index 048b3384f588..176e8a292fd1 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" |