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 dpvproc.h,1.5,1.6: msg#00152
|
Subject: |
[SSI] openssi/kernel/include/linux dpvproc.h,1.5,1.6 |
Update of /cvsroot/ssic-linux/openssi/kernel/include/linux
In directory sc8-pr-cvs1:/tmp/cvs-serv3806/include/linux
Modified Files:
Tag: OPENSSI-RH
dpvproc.h
Log Message:
include/linux/dpvproc.h
fs/exec.c
cluster/ssi/vproc/dvp_misc.c
cluster/ssi/vproc/dvp_vpops.c
cluster/ssi/util/load_level.c
- Added a dentry and vfsmount ptrs to pvproc structure to support
loadleveling of programs with names longer than 16 characters.
- modified is_loadlevelable() to no longer use p->comm for comparison.
- Added CONFIG_SSI to loadleveling code in ssi_do_execve()
- moved is_loadlevelable() outside of conditional so field can
be reset when loadleveling is not on.
Index: dpvproc.h
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/include/linux/dpvproc.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dpvproc.h 23 Oct 2003 00:19:15 -0000 1.5
--- dpvproc.h 30 Oct 2003 04:12:46 -0000 1.6
***************
*** 119,122 ****
--- 119,124 ----
long pvp_pin;
unsigned short pvp_localview;
+ struct dentry *pvp_comm_de; /* dentry for command name */
+ struct vfsmount *pvp_comm_mnt; /* vfsmnt for command name */
#ifdef VPROC_DEBUG
#ifdef NOTDEF
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
|
| |