Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4c7f538 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark Fasheh
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent c74ec2f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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"