[PATCH] fs/ocfs2/dlm/dlmrecovery.c must #include <linux/delay.h>
authorAdrian Bunk <bunk@stusta.de>
Sat, 14 Jan 2006 19:55:10 +0000 (20:55 +0100)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 3 Feb 2006 21:47:21 +0000 (13:47 -0800)
commitb4c7f538508adcde7a0a5162faec0b2ab19b90bd
tree143ce7f02ffa904cf770960c495d672b81710f21
parentc74ec2f77a7763a4a56c6cb13ecab961e1bbb456
[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>
fs/ocfs2/dlm/dlmrecovery.c