SOURCES (LINUX_2_6_20): pom-ng-set-20061213.patch - kmem_cache_t i...

mguevara mguevara at pld-linux.org
Mon Feb 19 23:30:34 CET 2007


Author: mguevara                     Date: Mon Feb 19 22:30:34 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- kmem_cache_t is depreciated in 2.6.20 use struct kmem_cache instead

---- Files affected:
SOURCES:
   pom-ng-set-20061213.patch (1.1.2.1 -> 1.1.2.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/pom-ng-set-20061213.patch
diff -u SOURCES/pom-ng-set-20061213.patch:1.1.2.1 SOURCES/pom-ng-set-20061213.patch:1.1.2.1.2.1
--- SOURCES/pom-ng-set-20061213.patch:1.1.2.1	Thu Dec 14 14:06:07 2006
+++ SOURCES/pom-ng-set-20061213.patch	Mon Feb 19 23:30:29 2007
@@ -4576,8 +4576,8 @@
 + * to delete the gc timer at destroying/flushing a set */ 
 +#define IPTREE_DESTROY_SLEEP	100
 +
-+static kmem_cache_t *branch_cachep;
-+static kmem_cache_t *leaf_cachep;
++static struct kmem_cache *branch_cachep;
++static struct kmem_cache *leaf_cachep;
 +
 +#define ABCD(a,b,c,d,addrp) do {		\
 +	a = ((unsigned char *)addrp)[3];	\
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pom-ng-set-20061213.patch?r1=1.1.2.1&r2=1.1.2.1.2.1&f=u



More information about the pld-cvs-commit mailing list