All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] fs/dlm/user.c should #include "user.h"
@ 2007-02-25 23:18 ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-02-25 23:18 UTC (permalink / raw)
  To: pcaulfie, teigland; +Cc: cluster-devel, linux-kernel

Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.20-mm2/fs/dlm/user.c.old	2007-02-25 19:40:16.000000000 +0100
+++ linux-2.6.20-mm2/fs/dlm/user.c	2007-02-25 19:40:29.000000000 +0100
@@ -22,6 +22,7 @@
 #include "lockspace.h"
 #include "lock.h"
 #include "lvb_table.h"
+#include "user.h"
 
 static const char *name_prefix="dlm";
 static struct miscdevice ctl_device;


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

* [Cluster-devel] [2.6 patch] fs/dlm/user.c should #include "user.h"
@ 2007-02-25 23:18 ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2007-02-25 23:18 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.20-mm2/fs/dlm/user.c.old	2007-02-25 19:40:16.000000000 +0100
+++ linux-2.6.20-mm2/fs/dlm/user.c	2007-02-25 19:40:29.000000000 +0100
@@ -22,6 +22,7 @@
 #include "lockspace.h"
 #include "lock.h"
 #include "lvb_table.h"
+#include "user.h"
 
 static const char *name_prefix="dlm";
 static struct miscdevice ctl_device;



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

* Re: [Cluster-devel] [2.6 patch] fs/dlm/user.c should #include "user.h"
  2007-02-25 23:18 ` [Cluster-devel] " Adrian Bunk
@ 2007-02-26 10:13   ` Steven Whitehouse
  -1 siblings, 0 replies; 4+ messages in thread
From: Steven Whitehouse @ 2007-02-26 10:13 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: pcaulfie, teigland, cluster-devel, linux-kernel

Hi,

Now applied to the git tree. Thanks,

Steve.

On Mon, 2007-02-26 at 00:18 +0100, Adrian Bunk wrote:
> Every file should include the headers containing the prototypes for
> it's global functions.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> ---
> --- linux-2.6.20-mm2/fs/dlm/user.c.old	2007-02-25 19:40:16.000000000 +0100
> +++ linux-2.6.20-mm2/fs/dlm/user.c	2007-02-25 19:40:29.000000000 +0100
> @@ -22,6 +22,7 @@
>  #include "lockspace.h"
>  #include "lock.h"
>  #include "lvb_table.h"
> +#include "user.h"
>  
>  static const char *name_prefix="dlm";
>  static struct miscdevice ctl_device;
> 


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

* [Cluster-devel] [2.6 patch] fs/dlm/user.c should #include "user.h"
@ 2007-02-26 10:13   ` Steven Whitehouse
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Whitehouse @ 2007-02-26 10:13 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

Now applied to the git tree. Thanks,

Steve.

On Mon, 2007-02-26 at 00:18 +0100, Adrian Bunk wrote:
> Every file should include the headers containing the prototypes for
> it's global functions.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> ---
> --- linux-2.6.20-mm2/fs/dlm/user.c.old	2007-02-25 19:40:16.000000000 +0100
> +++ linux-2.6.20-mm2/fs/dlm/user.c	2007-02-25 19:40:29.000000000 +0100
> @@ -22,6 +22,7 @@
>  #include "lockspace.h"
>  #include "lock.h"
>  #include "lvb_table.h"
> +#include "user.h"
>  
>  static const char *name_prefix="dlm";
>  static struct miscdevice ctl_device;
> 



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

end of thread, other threads:[~2007-02-26 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25 23:18 [2.6 patch] fs/dlm/user.c should #include "user.h" Adrian Bunk
2007-02-25 23:18 ` [Cluster-devel] " Adrian Bunk
2007-02-26 10:13 ` Steven Whitehouse
2007-02-26 10:13   ` Steven Whitehouse

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.