[Gs-commits] r605 - trunk/code/src/gsl/resources/storage
Author: carns Date: 2009-07-01 10:08:04 -0500 (Wed, 01 Jul 2009) New Revision: 605 Modified: trunk/code/src/gsl/resources/storage/gs-storage.c Log: bug fix to cancel path Modified: trunk/code/src/gsl/resources/storage/gs-storage.c =================================================================== --- trunk/code/src/gsl/resources/storage/gs-storage.c 2009-07-01 14:40:49 UTC (rev 604) +++ trunk/code/src/gsl/resources/storage/gs-storage.c 2009-07-01 15:08:04 UTC (rev 605) @@ -353,8 +353,10 @@ op = gs_opcache_lookup(storage_opcache, (int)cache_id); sto_op = gs_op_entry(op, struct storage_op, op); +#if 0 gs_oplist_del(op, &storage_oplist); gs_opcache_put(storage_opcache, op); +#endif gs_mutex_unlock(&storage_mutex);
participants (1)
-
carns@mcs.anl.gov