Searched hist:b4c7f538 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | b4c7f538 Sat Jan 14 13:55:10 CST 2006 Adrian Bunk <bunk@stusta.de> [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> b4c7f538 Sat Jan 14 13:55:10 CST 2006 Adrian Bunk <bunk@stusta.de> [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>
|