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/cfs flushd.c,1.1.2.5,1.1.2.6: msg#00112
|
Subject: |
[SSI] openssi/kernel/cluster/ssi/cfs flushd.c,1.1.2.5,1.1.2.6 |
Update of /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/cfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30400
Modified Files:
Tag: OPENSSI-RH
flushd.c
Log Message:
Have the cfs_flushd use idelay() instead of nidelay() so load avg not effected.
Index: flushd.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/cluster/ssi/cfs/Attic/flushd.c,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- flushd.c 30 Sep 2004 23:31:38 -0000 1.1.2.5
+++ flushd.c 10 Nov 2004 01:15:05 -0000 1.1.2.6
@@ -249,7 +249,7 @@
/* If there is less than a second, then sleep at least 1 second */
if (timeout < 1*HZ)
timeout = 1*HZ;
- nidelay(timeout);
+ idelay(timeout);
#ifdef DEBUG
nsc_log(flushd_cookie, FLUSHD_WAKEUP, a,f,timeout/HZ, 0, 0, 0, 0);
#endif
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
|
| |