linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs/check-integrity.c: included disk-io.h twice
@ 2012-02-16 13:55 Danny Kukawka
  2012-02-16 15:28 ` Danny Kukawka
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Kukawka @ 2012-02-16 13:55 UTC (permalink / raw)
  To: Chris Mason; +Cc: Danny Kukawka, linux-btrfs, linux-kernel

fs/btrfs/check-integrity.c included disk-io.h twice, remove the
duplicate.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
---
 fs/btrfs/check-integrity.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/btrfs/check-integrity.c b/fs/btrfs/check-integrity.c
index b669a7d..064b29b 100644
--- a/fs/btrfs/check-integrity.c
+++ b/fs/btrfs/check-integrity.c
@@ -89,7 +89,6 @@
 #include "disk-io.h"
 #include "transaction.h"
 #include "extent_io.h"
-#include "disk-io.h"
 #include "volumes.h"
 #include "print-tree.h"
 #include "locking.h"
-- 
1.7.8.3

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

* Re: [PATCH] btrfs/check-integrity.c: included disk-io.h twice
  2012-02-16 13:55 [PATCH] btrfs/check-integrity.c: included disk-io.h twice Danny Kukawka
@ 2012-02-16 15:28 ` Danny Kukawka
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Kukawka @ 2012-02-16 15:28 UTC (permalink / raw)
  To: Chris Mason; +Cc: linux-btrfs, linux-kernel

Hi,

Ignore this one, it's already in linux-next.

Danny

On Donnerstag, 16. Februar 2012, Danny Kukawka wrote:
> fs/btrfs/check-integrity.c included disk-io.h twice, remove the
> duplicate.
>
> Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
> ---
>  fs/btrfs/check-integrity.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/fs/btrfs/check-integrity.c b/fs/btrfs/check-integrity.c
> index b669a7d..064b29b 100644
> --- a/fs/btrfs/check-integrity.c
> +++ b/fs/btrfs/check-integrity.c
> @@ -89,7 +89,6 @@
>  #include "disk-io.h"
>  #include "transaction.h"
>  #include "extent_io.h"
> -#include "disk-io.h"
>  #include "volumes.h"
>  #include "print-tree.h"
>  #include "locking.h"

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

end of thread, other threads:[~2012-02-16 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 13:55 [PATCH] btrfs/check-integrity.c: included disk-io.h twice Danny Kukawka
2012-02-16 15:28 ` Danny Kukawka

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