SOURCES: kernel-desktop-reiser4.patch - fix missing symbol
sparky
sparky at pld-linux.org
Sun Nov 19 06:51:56 CET 2006
Author: sparky Date: Sun Nov 19 05:51:56 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix missing symbol
---- Files affected:
SOURCES:
kernel-desktop-reiser4.patch (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SOURCES/kernel-desktop-reiser4.patch
diff -u SOURCES/kernel-desktop-reiser4.patch:1.9 SOURCES/kernel-desktop-reiser4.patch:1.10
--- SOURCES/kernel-desktop-reiser4.patch:1.9 Sun Nov 19 06:38:37 2006
+++ SOURCES/kernel-desktop-reiser4.patch Sun Nov 19 06:51:50 2006
@@ -67267,7 +67267,7 @@
+ reiser4_inode_object *obj;
+
+ assert("nikita-1696", super != NULL);
-+ obj = kmem_cache_alloc(inode_cache, reiser4_ctx_gfp_mask_get());
++ obj = kmem_cache_alloc(inode_cache, get_gfp_mask());
+ if (obj != NULL) {
+ reiser4_inode *info;
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/kernel-desktop-reiser4.patch?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list