[SSI] openssi/kernel/cluster/ssi/ipc namesvr_func.c,1.17,1.18
John Hughes <[email protected]> Sat, 13 Feb 2010 14:57:56 +0000
| Newsgroups | gmane.linux.cluster.ssic.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31045/cluster/ssi/ipc
Modified Files:
Tag: OPENSSI-FC
namesvr_func.c
Log Message:
Fix warnings on lp64 systems
Index: namesvr_func.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc/namesvr_func.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- namesvr_func.c 27 Oct 2009 03:18:29 -0000 1.17
+++ namesvr_func.c 13 Feb 2010 14:57:54 -0000 1.18
@@ -1008,7 +1008,7 @@
*/
error = spawn_daemon_thread("semundo nodedown",
(void *)semundo_nodedown_thread,
- (void *)node);
+ (void *)(long)node);
if (error != 0)
printk(KERN_CRIT "ipc_semundo_nodedown: spawn_daemon_thread: "
" error %d", error);
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev