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/cluster/ssi/ipc shm.h,1.5.2.2,1.5.2.2.2.1: msg#00038
|
Subject: |
[SSI] openssi/kernel/include/cluster/ssi/ipc shm.h,1.5.2.2,1.5.2.2.2.1 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/cluster/ssi/ipc
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28651/include/cluster/ssi/ipc
Modified Files:
Tag: OPENSSI-RH-1-0-STABLE
shm.h
Log Message:
cluster/ssi/ipc/ipcshm_svr.c
cluster/ssi/ipc/ipc.svc
ipc/shm.c
include/cluster/ssi/ipc/shm.h
cluster/ssi/vproc/reopen.c
- Fixed shm locking to prevent race between migrating processes,
where client structure was getting munged on error, causing
a panic when the other process couldnt find the structure
anymore. Also, fixed other races with processes migrating and
destroying the object.
- Modified reop_export_path() to fail when svrnode is CLUSTERNODE_INVAL.
Index: shm.h
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/kernel/include/cluster/ssi/ipc/Attic/shm.h,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.2.2.1
diff -u -d -r1.5.2.2 -r1.5.2.2.2.1
--- shm.h 19 Feb 2004 08:43:02 -0000 1.5.2.2
+++ shm.h 9 Aug 2004 21:33:34 -0000 1.5.2.2.2.1
@@ -30,6 +30,7 @@
extern int ipcname_shm_genid( key_t, int, int *, int, clusternode_t);
extern int ipcname_shm_rmid(unsigned long, int, int);
extern void ipc_shm_nodedown(clusternode_t node);
+extern void ssi_local_destroy(struct shmid_kernel *);
extern int is_shm_mmap(struct dentry *, int);
extern int is_shmem_inode(struct inode *);
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
|
| |