projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c74ec2f
)
[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>
author
Adrian Bunk
<bunk@stusta.de>
Sat, 14 Jan 2006 19:55:10 +0000
(20:55 +0100)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 3 Feb 2006 21:47:21 +0000
(13:47 -0800)
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>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmrecovery.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/dlm/dlmrecovery.c
b/fs/ocfs2/dlm/dlmrecovery.c
index 325c9f5529c15d9d6ef2156dac7ab0d73528893f..186e9a76aa5807565ad09e31e0bd0fa7584dcab5 100644
(file)
--- a/
fs/ocfs2/dlm/dlmrecovery.c
+++ b/
fs/ocfs2/dlm/dlmrecovery.c
@@
-39,6
+39,7
@@
#include <linux/inet.h>
#include <linux/timer.h>
#include <linux/kthread.h>
+#include <linux/delay.h>
#include "cluster/heartbeat.h"