All of lore.kernel.org
 help / color / mirror / Atom feed
* [Drbd-dev] [PATCH 2/4] drivers/block/drbd: removed duplicated #includes
@ 2010-05-23 19:48 Andrea Gelmini
  2010-05-26 10:05 ` Philipp Reisner
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2010-05-23 19:48 UTC (permalink / raw)
  To: andrea.gelmini; +Cc: Jens Axboe, Philipp Reisner, drbd-user, Lars Ellenberg

drivers/block/drbd/drbd_receiver.c: linux/mm.h is included more than once.

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 drivers/block/drbd/drbd_receiver.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c
index bc9ab7f..185618f 100644
--- a/drivers/block/drbd/drbd_receiver.c
+++ b/drivers/block/drbd/drbd_receiver.c
@@ -32,7 +32,6 @@
 #include <linux/fs.h>
 #include <linux/file.h>
 #include <linux/in.h>
-#include <linux/mm.h>
 #include <linux/memcontrol.h>
 #include <linux/mm_inline.h>
 #include <linux/slab.h>
-- 
1.7.1.251.gf80a2


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

* Re: [Drbd-dev] [PATCH 2/4] drivers/block/drbd: removed duplicated #includes
  2010-05-23 19:48 [Drbd-dev] [PATCH 2/4] drivers/block/drbd: removed duplicated #includes Andrea Gelmini
@ 2010-05-26 10:05 ` Philipp Reisner
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Reisner @ 2010-05-26 10:05 UTC (permalink / raw)
  To: Andrea Gelmini; +Cc: Jens Axboe, Lars Ellenberg

Am Sonntag, 23. Mai 2010, um 21:48:13 schrieb Andrea Gelmini:
> drivers/block/drbd/drbd_receiver.c: linux/mm.h is included more than once.
> 
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  drivers/block/drbd/drbd_receiver.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/block/drbd/drbd_receiver.c
> b/drivers/block/drbd/drbd_receiver.c index bc9ab7f..185618f 100644
> --- a/drivers/block/drbd/drbd_receiver.c
> +++ b/drivers/block/drbd/drbd_receiver.c
> @@ -32,7 +32,6 @@
>  #include <linux/fs.h>
>  #include <linux/file.h>
>  #include <linux/in.h>
> -#include <linux/mm.h>
>  #include <linux/memcontrol.h>
>  #include <linux/mm_inline.h>
>  #include <linux/slab.h>

I took the patch, slightly modified. Will go upstream.

Best,
 Phil
-- 
: Dipl-Ing Philipp Reisner
: LINBIT | Your Way to High Availability
: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82
: http://www.linbit.com

DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.

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

end of thread, other threads:[~2010-05-26 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 19:48 [Drbd-dev] [PATCH 2/4] drivers/block/drbd: removed duplicated #includes Andrea Gelmini
2010-05-26 10:05 ` Philipp Reisner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.