Author: adrian.chadd
Date: Sun Jun 7 01:08:39 2009
New Revision: 14086
Modified:
branches/LUSCA_HEAD/src/store_io.c
Log:
Make store_io compile again.
Modified: branches/LUSCA_HEAD/src/store_io.c
==============================================================================
--- branches/LUSCA_HEAD/src/store_io.c (original)
+++ branches/LUSCA_HEAD/src/store_io.c Sun Jun 7 01:08:39 2009
@@ -73,7 +73,7 @@
SwapDir *SD = &Config.cacheSwap.swapDirs[e->swap_dirn];
store_io_stats.open.calls++;
load = SD->checkload(SD, ST_OP_OPEN);
- if (load < 0 || (Config.onoff.load_check_stopen && load > 1000) {
+ if (load < 0 || (Config.onoff.load_check_stopen && load > 1000)) {
store_io_stats.open.loadav_fail++;
return NULL;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---