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/cluster/ssi/ipc namesvr_func.c,1.1.2.1,1.1.2.2: msg#00072
|
Subject: |
[SSI] openssi/kernel/cluster/ssi/ipc namesvr_func.c,1.1.2.1,1.1.2.2 |
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc
In directory sc8-pr-cvs1:/tmp/cvs-serv11975/ssi/ipc
Modified Files:
Tag: OPENSSI-RH
namesvr_func.c
Log Message:
cluster/ssi/ipc/namesvr_func.c
cluster/util/nsc_init.c
- Moved cfs_shm_init() to be called earlier in bootup for Lustre.
Index: namesvr_func.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/ipc/namesvr_func.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** namesvr_func.c 7 Jun 2003 01:58:22 -0000 1.1.2.1
--- namesvr_func.c 23 Jun 2003 21:24:46 -0000 1.1.2.2
***************
*** 759,763 ****
extern cluster_svc_t cluster_ipc_svc;
extern ics_chan_t ics_vproc_chan;
- extern void cfs_shm_init(void);
static int __init ci_init_ipc(void)
--- 759,762 ----
***************
*** 779,783 ****
NULL, /* Pre join */
NULL, /* Post join */
! cfs_shm_init); /* Post root */
if (ret < 0)
--- 778,782 ----
NULL, /* Pre join */
NULL, /* Post join */
! NULL); /* Post root */
if (ret < 0)
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
|
| |