[PATCH] ocfs2/dlm: fix compilation on ia64
authorJeff Mahoney <jeffm@suse.com>
Mon, 9 Jan 2006 17:36:40 +0000 (12:36 -0500)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 3 Feb 2006 21:47:18 +0000 (13:47 -0800)
 Including <asm/signal.h> results in compilation failure on ia64 due to
 not including <linux/compiler.h>

 Including <linux/signal.h> corrects the problem.

 Please apply.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found