Skip to content

Commit

Permalink
[PATCH] ocfs2/dlm: fix compilation on ia64
Browse files Browse the repository at this point in the history
 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>
  • Loading branch information
Jeff Mahoney authored and Mark Fasheh committed Feb 3, 2006
1 parent 0c6c98f commit aee93ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/dlm/userdlm.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Boston, MA 021110-1307, USA.
*/

#include <asm/signal.h>
#include <linux/signal.h>

#include <linux/module.h>
#include <linux/fs.h>
Expand Down

0 comments on commit aee93ac

Please sign in to comment.