mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ocfs2/dlm: fix compilation on ia64
@ 2006-01-09 17:36 Jeff Mahoney
  2006-01-09 19:11 ` Mark Fasheh
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Mahoney @ 2006-01-09 17:36 UTC (permalink / raw)
  To: ocfs2-devel; +Cc: Linux Kernel Mailing List


 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>

diff -ruNpX dontdiff linux-2.6.15/fs/ocfs2/dlm/userdlm.c linux-2.6.15-fix/fs/ocfs2/dlm/userdlm.c
--- linux-2.6.15/fs/ocfs2/dlm/userdlm.c	2006-01-08 23:19:50.000000000 -0500
+++ linux-2.6.15-fix/fs/ocfs2/dlm/userdlm.c	2006-01-09 12:31:08.056894624 -0500
@@ -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>
-- 
Jeff Mahoney
SuSE Labs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ocfs2/dlm: fix compilation on ia64
  2006-01-09 17:36 [PATCH] ocfs2/dlm: fix compilation on ia64 Jeff Mahoney
@ 2006-01-09 19:11 ` Mark Fasheh
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Fasheh @ 2006-01-09 19:11 UTC (permalink / raw)
  To: Jeff Mahoney; +Cc: ocfs2-devel, Linux Kernel Mailing List

On Mon, Jan 09, 2006 at 12:36:40PM -0500, Jeff Mahoney wrote:
> 
>  Including <asm/signal.h> results in compilation failure on ia64 due to
>  not including <linux/compiler.h>
> 
>  Including <linux/signal.h> corrects the problem.
That looks good - thanks for the patch.
	--Mark

--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@oracle.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-09 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-09 17:36 [PATCH] ocfs2/dlm: fix compilation on ia64 Jeff Mahoney
2006-01-09 19:11 ` Mark Fasheh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome