- dlm-include-own-headers.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     dlm: include own headers

has been removed from the -mm tree.  Its filename is

     dlm-include-own-headers.patch

This patch was probably dropped from -mm because
it has now been merged into a subsystem tree or
into Linus's tree, or because it was folded into
its parent patch in the -mm tree.


From: David Teigland <teigland@xxxxxxxxxx>

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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: David Teigland <teigland@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
Cc: Steven Whitehouse <swhiteho@xxxxxxxxxx>
---

 drivers/dlm/ast.c          |    1 +
 drivers/dlm/dir.c          |    1 +
 drivers/dlm/memory.c       |    1 +
 drivers/dlm/midcomms.c     |    1 +
 drivers/dlm/recover.c      |    1 +
 drivers/dlm/recoverd.c     |    1 +
 drivers/dlm/requestqueue.c |    1 +
 drivers/dlm/util.c         |    1 +
 8 files changed, 8 insertions(+)

diff -puN drivers/dlm/ast.c~dlm-include-own-headers drivers/dlm/ast.c
--- 25/drivers/dlm/ast.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/ast.c	Thu Jan 19 16:07:31 2006
@@ -13,6 +13,7 @@
 
 #include "dlm_internal.h"
 #include "lock.h"
+#include "ast.h"
 
 #define WAKE_ASTS  0
 
diff -puN drivers/dlm/dir.c~dlm-include-own-headers drivers/dlm/dir.c
--- 25/drivers/dlm/dir.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/dir.c	Thu Jan 19 16:07:31 2006
@@ -21,6 +21,7 @@
 #include "recover.h"
 #include "util.h"
 #include "lock.h"
+#include "dir.h"
 
 
 static void put_free_de(struct dlm_ls *ls, struct dlm_direntry *de)
diff -puN drivers/dlm/memory.c~dlm-include-own-headers drivers/dlm/memory.c
--- 25/drivers/dlm/memory.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/memory.c	Thu Jan 19 16:07:31 2006
@@ -13,6 +13,7 @@
 
 #include "dlm_internal.h"
 #include "config.h"
+#include "memory.h"
 
 static kmem_cache_t *lkb_cache;
 
diff -puN drivers/dlm/midcomms.c~dlm-include-own-headers drivers/dlm/midcomms.c
--- 25/drivers/dlm/midcomms.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/midcomms.c	Thu Jan 19 16:07:31 2006
@@ -29,6 +29,7 @@
 #include "config.h"
 #include "rcom.h"
 #include "lock.h"
+#include "midcomms.h"
 
 
 static void copy_from_cb(void *dst, const void *base, unsigned offset,
diff -puN drivers/dlm/recover.c~dlm-include-own-headers drivers/dlm/recover.c
--- 25/drivers/dlm/recover.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/recover.c	Thu Jan 19 16:07:31 2006
@@ -21,6 +21,7 @@
 #include "lock.h"
 #include "lowcomms.h"
 #include "member.h"
+#include "recover.h"
 
 
 /*
diff -puN drivers/dlm/recoverd.c~dlm-include-own-headers drivers/dlm/recoverd.c
--- 25/drivers/dlm/recoverd.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/recoverd.c	Thu Jan 19 16:07:31 2006
@@ -20,6 +20,7 @@
 #include "lowcomms.h"
 #include "lock.h"
 #include "requestqueue.h"
+#include "recoverd.h"
 
 
 /* If the start for which we're re-enabling locking (seq) has been superseded
diff -puN drivers/dlm/requestqueue.c~dlm-include-own-headers drivers/dlm/requestqueue.c
--- 25/drivers/dlm/requestqueue.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/requestqueue.c	Thu Jan 19 16:07:31 2006
@@ -15,6 +15,7 @@
 #include "lock.h"
 #include "dir.h"
 #include "config.h"
+#include "requestqueue.h"
 
 struct rq_entry {
 	struct list_head list;
diff -puN drivers/dlm/util.c~dlm-include-own-headers drivers/dlm/util.c
--- 25/drivers/dlm/util.c~dlm-include-own-headers	Thu Jan 19 16:07:31 2006
+++ 25-akpm/drivers/dlm/util.c	Thu Jan 19 16:07:31 2006
@@ -12,6 +12,7 @@
 
 #include "dlm_internal.h"
 #include "rcom.h"
+#include "util.h"
 
 static void header_out(struct dlm_header *hd)
 {
_

Patches currently in -mm which might be from teigland@xxxxxxxxxx are

git-gfs2.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux