linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs: Remove duplicated include in block-group.c
@ 2020-05-12  3:55 Tiezhu Yang
  2020-05-12  8:05 ` Johannes Thumshirn
  2020-05-12 12:53 ` David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: Tiezhu Yang @ 2020-05-12  3:55 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba
  Cc: linux-btrfs, linux-kernel, Xuefeng Li

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(-)

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"
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs: Remove duplicated include in block-group.c
  2020-05-12  3:55 [PATCH] btrfs: Remove duplicated include in block-group.c Tiezhu Yang
@ 2020-05-12  8:05 ` Johannes Thumshirn
  2020-05-12 12:53 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Thumshirn @ 2020-05-12  8:05 UTC (permalink / raw)
  To: Tiezhu Yang, Chris Mason, Josef Bacik, David Sterba
  Cc: linux-btrfs, linux-kernel, Xuefeng Li

Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs: Remove duplicated include in block-group.c
  2020-05-12  3:55 [PATCH] btrfs: Remove duplicated include in block-group.c Tiezhu Yang
  2020-05-12  8:05 ` Johannes Thumshirn
@ 2020-05-12 12:53 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: David Sterba @ 2020-05-12 12:53 UTC (permalink / raw)
  To: Tiezhu Yang
  Cc: Chris Mason, Josef Bacik, David Sterba, linux-btrfs,
	linux-kernel, Xuefeng Li

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-12 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  3:55 [PATCH] btrfs: Remove duplicated include in block-group.c Tiezhu Yang
2020-05-12  8:05 ` Johannes Thumshirn
2020-05-12 12:53 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).