瀏覽代碼

[PATCH] ocfs2/dlm: fix compilation on ia64

 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>
Jeff Mahoney 19 年之前
父節點
當前提交
aee93ac4b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/ocfs2/dlm/userdlm.c

+ 1 - 1
fs/ocfs2/dlm/userdlm.c

@@ -27,7 +27,7 @@
  * Boston, MA 021110-1307, USA.
  * Boston, MA 021110-1307, USA.
  */
  */
 
 
-#include <asm/signal.h>
+#include <linux/signal.h>
 
 
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/fs.h>