diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2020-05-12 06:55:03 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-05-25 12:25:31 +0300 |
commit | f2998ebd32e25e432e3d0058552e4777c5aba75a (patch) | |
tree | 8ea72c99521c9b66dcf5b15c695a0e7feddaae00 | |
parent | 3be4d8efe3cf218350cf2c3f39136a636698c572 (diff) | |
download | linux-f2998ebd32e25e432e3d0058552e4777c5aba75a.tar.xz |
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>
-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" |