SOURCES (LINUX_2_6_20): reiser4-for-2.6.19-3.patch - kmem_cache_t ...
mguevara
mguevara at pld-linux.org
Wed May 2 12:16:15 CEST 2007
Author: mguevara Date: Wed May 2 10:16:15 2007 GMT
Module: SOURCES Tag: LINUX_2_6_20
---- Log message:
- kmem_cache_t -> struct kmem_cache
---- Files affected:
SOURCES:
reiser4-for-2.6.19-3.patch (1.1.2.2 -> 1.1.2.3)
---- Diffs:
================================================================
Index: SOURCES/reiser4-for-2.6.19-3.patch
diff -u SOURCES/reiser4-for-2.6.19-3.patch:1.1.2.2 SOURCES/reiser4-for-2.6.19-3.patch:1.1.2.3
--- SOURCES/reiser4-for-2.6.19-3.patch:1.1.2.2 Mon Mar 19 16:33:53 2007
+++ SOURCES/reiser4-for-2.6.19-3.patch Wed May 2 12:16:10 2007
@@ -67474,7 +67474,7 @@
+void print_fs_info(const char *prefix, const struct super_block *);
+#endif
+
-+extern void destroy_reiser4_cache(kmem_cache_t **);
++extern void destroy_reiser4_cache(struct kmem_cache **);
+
+extern struct super_operations reiser4_super_operations;
+extern struct export_operations reiser4_export_operations;
@@ -67525,7 +67525,7 @@
+ * Initialization function to be called when new page is allocated by reiser4
+ * inode cache. It is set on inode cache creation.
+ */
-+static void init_once(void *obj, kmem_cache_t *cache, unsigned long flags)
++static void init_once(void *obj, struct kmem_cache *cache, unsigned long flags)
+{
+ reiser4_inode_object *info;
+
@@ -68092,7 +68092,7 @@
+ .next = NULL
+};
+
-+void destroy_reiser4_cache(kmem_cache_t **cachep)
++void destroy_reiser4_cache(struct kmem_cache **cachep)
+{
+ BUG_ON(*cachep == NULL);
+ kmem_cache_destroy(*cachep);
@@ -72719,7 +72719,7 @@
+ For actually implementing these out-of-system-call-scopped transcrashes, the
+ reiser4_context has a "txn_handle *trans" pointer that may be set to an open
+ transcrash. Currently there are no dynamically-allocated transcrashes, but there is a
-+ "kmem_cache_t *_txnh_slab" created for that purpose in this file.
++ "struct kmem_cache *_txnh_slab" created for that purpose in this file.
+*/
+
+/* Extending the other system call interfaces for future transaction features:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/reiser4-for-2.6.19-3.patch?r1=1.1.2.2&r2=1.1.2.3&f=u
More information about the pld-cvs-commit
mailing list