[PVFS2-CVS] commit by neill in pvfs2/src/io/buffer: ncac-lru.c

CVS commit program cvs at parl.clemson.edu
Fri Oct 15 17:33:44 EDT 2004


Update of /projects/cvsroot/pvfs2/src/io/buffer
In directory parlweb:/tmp/cvs-serv10171/src/io/buffer

Modified Files:
	ncac-lru.c 
Log Message:
- make sure that our error routines strip any known class error bits
  instead of deciding that they're unrecognized if set
- improved trove error handling
- improved pvfs2-server error handling
- fixed crash bug in our config parser that tried to strdup strings
  that might be NULL
- pvfs2-types header file simplification and cleanups


Index: ncac-lru.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/buffer/ncac-lru.c,v
diff -p -u -r1.2 -r1.3
--- ncac-lru.c	11 Oct 2004 14:33:25 -0000	1.2
+++ ncac-lru.c	15 Oct 2004 20:33:44 -0000	1.3
@@ -74,7 +74,7 @@ int LRU_shrink_cache(struct cache_stack 
         if ( is_extent_discardable(victim) ){
             LRU_remove_cache_item(cache, victim);
             list_add_tail(&victim->list, &cache->free_extent_list);
-            *shrinked ++;
+            *shrinked++;
         }
     }
     return ret;



More information about the PVFS2-CVS mailing list