Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel/include/linux sem.h,1.2.2.1,1.2.2.2: msg#00159
|
Subject: |
[SSI] openssi/kernel/include/linux sem.h,1.2.2.1,1.2.2.2 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19575/include/linux
Modified Files:
Tag: OPENSSI-RH
sem.h
Log Message:
Prevent deadlocks during semundo nodedown processing
cluster/ssi/ipc/namesvr_func.c
Now ipc_semundo_nodedown() uses thread to do semundo_nodedown_thread()
include/linux/sem.h
New extern function name ipc_semundo_nodedown_thread()
ipc/sem.c
Rename ipc_semundo_nodedown() to semundo_nodedown_thread()
Index: sem.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/Attic/sem.h,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- sem.h 3 Oct 2003 23:25:52 -0000 1.2.2.1
+++ sem.h 31 Jul 2004 04:15:58 -0000 1.2.2.2
@@ -158,6 +158,7 @@
extern long ssi_semop(int, struct sembuf *, unsigned int,
const struct timespec *);
extern void ssi_semexit(int, pid_t);
+extern void semundo_nodedown_thread(clusternode_t node);
#endif
#endif /* __KERNEL__ */
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
|
| |