linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [-mm patch] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>
@ 2006-01-14 19:55 Adrian Bunk
  2006-01-16  6:28 ` Mark Fasheh
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-01-14 19:55 UTC (permalink / raw)
  To: mark.fasheh, kurt.hackel; +Cc: ocfs2-devel, linux-kernel

fs/ocfs2/dlm/dlmrecovery.c does now use msleep(), and does therefore 
need to #include <linux/delay.h> for getting the prototype of this 
function.


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

--- linux-2.6.15-mm4-full/fs/ocfs2/dlm/dlmrecovery.c.old	2006-01-14 16:44:15.000000000 +0100
+++ linux-2.6.15-mm4-full/fs/ocfs2/dlm/dlmrecovery.c	2006-01-14 16:45:06.000000000 +0100
@@ -39,6 +39,7 @@
 #include <linux/inet.h>
 #include <linux/timer.h>
 #include <linux/kthread.h>
+#include <linux/delay.h>
 
 
 #include "cluster/heartbeat.h"


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

* Re: [-mm patch] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>
  2006-01-14 19:55 [-mm patch] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h> Adrian Bunk
@ 2006-01-16  6:28 ` Mark Fasheh
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Fasheh @ 2006-01-16  6:28 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: kurt.hackel, ocfs2-devel, linux-kernel

On Sat, Jan 14, 2006 at 08:55:10PM +0100, Adrian Bunk wrote:
> fs/ocfs2/dlm/dlmrecovery.c does now use msleep(), and does therefore 
> need to #include <linux/delay.h> for getting the prototype of this 
> function.
That looks good - thanks Adrian.
	--Mark

--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@oracle.com


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

end of thread, other threads:[~2006-01-16  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-14 19:55 [-mm patch] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h> Adrian Bunk
2006-01-16  6:28 ` Mark Fasheh

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