yaffs direct: Change yaffs_malloc to yaffsfs_malloc etc
[yaffs2.git] / direct / ydirectenv.h
index 63cd6d85182b1f1b899af05a306e50a809e3a431..3c6ddf566a8b3d713bc0019c19d37e5e933ab4d1 100644 (file)
@@ -53,10 +53,10 @@ void yaffs_qsort(void *aa, size_t n, size_t es,
 #define inline __inline__
 #endif
 
 #define inline __inline__
 #endif
 
-#define kmalloc(x,flags) yaffs_malloc(x)
-#define kfree(x)   yaffs_free(x)
-#define vmalloc(x) yaffs_malloc(x)
-#define vfree(x) yaffs_free(x)
+#define kmalloc(x,flags) yaffsfs_malloc(x)
+#define kfree(x)   yaffsfs_free(x)
+#define vmalloc(x) yaffsfs_malloc(x)
+#define vfree(x) yaffsfs_free(x)
 
 #define cond_resched()  do {} while(0)
 
 
 #define cond_resched()  do {} while(0)