Browse Source

[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>

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>
Adrian Bunk 19 năm trước cách đây
mục cha
commit
b4c7f53850
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      fs/ocfs2/dlm/dlmrecovery.c

+ 1 - 0
fs/ocfs2/dlm/dlmrecovery.c

@@ -39,6 +39,7 @@
 #include <linux/inet.h>
 #include <linux/inet.h>
 #include <linux/timer.h>
 #include <linux/timer.h>
 #include <linux/kthread.h>
 #include <linux/kthread.h>
+#include <linux/delay.h>
 
 
 
 
 #include "cluster/heartbeat.h"
 #include "cluster/heartbeat.h"